#! /bin/csh ############################################################################ # # List all PICT files recursively. Need this for Mac-->PC CD port. # # May need to filter out the graphics files (*.pict,*.gif,*.jpg) when # doing the filename substitutions. # # AW 9607.16 ############################################################################ find ./iwgsar -name "*" -type f | grep -i "final" > getpicts.out