# # tar source code (may be executed locally or remotely): # (-C to tar means change dir, e.g., tail.f is in ~/proclib) # (add h to tar options to follow symbolic links) # set dest = /d/foster/tgcmvis/flxproc/flxproc.tar echo \>\>\> tarsrc executing from `pwd` echo ' '\(tar file will be $dest\) \<\<\< tar cfh $dest *.h *.f Makefile *.inp *.res