Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.2 by afe, Wed Mar 24 22:35:28 2004 UTC | revision 1.3 by edhill, Thu Oct 14 21:08:30 2004 UTC | |
|---|---|---|
| # | Line 9 MAPPING="mapping.txt" | Line 9 MAPPING="mapping.txt" |
| 9 | ||
| 10 | grep -r CMIREDIR *.html | \ | grep -r CMIREDIR *.html | \ |
| 11 | awk 'BEGIN { FS = ":" } ; | awk 'BEGIN { FS = ":" } ; |
| 12 | { HTMLPATH = "http://mitgcm.org/sealion/online_documents/" } ; | { HTMLPATH = "http://mitgcm.org/pelican/online_documents/" } ; |
| 13 | { print $3 " " HTMLPATH $1}' >> $MAPPING | { print $3 " " HTMLPATH $1}' >> $MAPPING |
| 14 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |