Changed this Sed line yet again

This commit is contained in:
Scott C. MacCallum 2023-02-17 02:39:11 +00:00
parent d74dca4fe3
commit 101fe06ee7

View File

@ -19,6 +19,9 @@ wget -O /sdf/arpa/ns/s/scm/$month.html https://scm.sdf.org/posts/$year/$month.ht
sed -i 's/<h3>Posts<\/h3>//' /sdf/arpa/ns/s/scm/index.html
# This line works as it is but ideally the year and month would use
# variables. I don't know how to this yet and will move forward.
sed -i 's/<h4><a href="https\:\/\/scm.sdf.org\/posts\/2023\/02.html">2023<\/a><\/h4>//' /sdf/arpa/ns/s/scm/index.html
# Convert the index HTML file to an index text file