From 44310cc39822ef4511c78f63089ac1f4d5f34a46 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Fri, 17 Feb 2023 01:23:03 +0000 Subject: [PATCH] Fixed Sed code --- cluster-web-to-other.ksh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-web-to-other.ksh b/cluster-web-to-other.ksh index 23b6a4a..ccc803e 100755 --- a/cluster-web-to-other.ksh +++ b/cluster-web-to-other.ksh @@ -19,7 +19,7 @@ wget -O /sdf/arpa/ns/s/scm/$month.html https://scm.sdf.org/posts/$year/$month.ht sed -i 's:

Posts<\/h3>::' /sdf/arpa/ns/s/scm/index.html -sed -i 's:

$year<\/a><\/h4>::' /sdf/arpa/ns/s/scm/index.html +sed -i 's:

2023<\/a><\/h4>::' /sdf/arpa/ns/s/scm/index.html # Convert the index HTML file to an index text file