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