Coastal & Marine Geology InfoBank
getatlas
/infobank/programs/gaz/getatlas/getatlas.for
Program to gather all .atlas files and trim to remove comments.
1 minute
Clint Steele 4/19/2004
read (90, '(a14)', end = 99) ALine
write (91, '(a)') ALine(1:ALineLength)
open (unit = 90, * access = 'sequential', * form = 'formatted', * status = 'unknown', * name = '/infobank/tmp/getatlas.total.temp') open (unit = 91, * access = 'sequential', * form = 'formatted', * status = 'unknown', * name = '/infobank/programs/gaz/'// * 'atlaskeepfiles/atlas.list.keep')
call system ('/bin/cat '// * '/infobank/a/*/meta/*.atlas > * '/infobank/tmp/getatlas.total.temp') call system ('/bin/cat '// * '/infobank/'//Alphabet(Loop:Loop)// * '/*/meta/*.atlas >&g * '/infobank/tmp/getatlas.total.temp') call stringlen (ALine, ALineLength)