/[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

revision 1.1 by cnh, Tue Jan 15 10:41:49 2002 UTC revision 1.2 by cnh, Thu Feb 28 19:30:25 2002 UTC
# Line 1  Line 1 
1  #!/bin/csh -f  #!/bin/csh -f
2  foreach f ( *.html )  foreach f ( node*.html )
3    
4    cat $f | awk -f make_mail_subjects.awk >$f.comment    cat ../tools/make_mail_subjects.ed | ed $f
   mv $f.comment $f  
5    
6  end  end

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22