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

Contents of /manual/tools/fignum_do.sh

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Feb 28 19:30:25 2002 UTC (22 years, 2 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint57l_post, checkpoint01, HEAD
File MIME type: application/x-sh
Adding extra online manual customisation tools

1 #!/bin/csh -f
2 set ofile = `echo ${argv[1]}_fignum`
3 echo ${argv[1]}_fignum
4 awk -f ../tools/fignum.awk ${argv[1]} | \
5 sed s'/.*\(Figure[^<]*\).*/\1/' \
6 > ${ofile}

  ViewVC Help
Powered by ViewVC 1.1.22