/[MITgcm]/manual/tools/make_mail_subjects.sh
ViewVC logotype

Diff of /manual/tools/make_mail_subjects.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

--- manual/tools/make_mail_subjects.sh	2002/01/15 10:41:49	1.1
+++ manual/tools/make_mail_subjects.sh	2002/02/28 19:30:25	1.2
@@ -1,7 +1,6 @@
 #!/bin/csh -f
-foreach f ( *.html )
- 
-  cat $f | awk -f make_mail_subjects.awk >$f.comment
-  mv $f.comment $f
+foreach f ( node*.html )
+
+  cat ../tools/make_mail_subjects.ed | ed $f
 
 end

 

  ViewVC Help
Powered by ViewVC 1.1.22