#! /bin/csh # temp - C Shell script to print Min and Max temps in OASIS can # set oasis = /oasis echo "Day Min Temp Max Temp (degrees C)" foreach file (9*) @ day = $file % 1000 awk -f $oasis/bin/temp.awk day=$day $file end