Coastal & Marine Geology InfoBank
differences
/infobank/programs/gaz/differences/differences.for
Program to identify InfoBank file changes that may affect Activity ID and Atlas web pages.
Input is email from daily.cron
File named from email "Date:"
Clint Steele 5/20/2004
read (90, '(q,a)', end = 99) * ALineLength, ALine(1:ALineLength)
write (91, '(a)') ALine(1:ALineLength)
open (unit = 90, * access = 'sequential', * form = 'formatted', * status = 'unknown', * name = '/we/clint/daily/ModifiedFiles.keep') open (unit = 91, * access = 'sequential', * form = 'formatted', * status = 'new', * name = '/infobank/programs/gaz/differences/'// * 'today')
call system ('/bin/rm /infobank/programs/gaz/differences/'// * 'today') call system ('/bin/cat /infobank/programs/gaz/differences/'// * 'today')