#!/bin/tcsh -f #(ie run the tshell on this but don't read the .cshrc or .tcshrc) echo version = 1.00 of emptyunixtests 2005 Sep 13 # 2005 Sep 13, 1.00: origin foreach f (empty notempty) echo tests for $f file: foreach test ( "ls -l" wc file ) echo echo "% $test $f" $test $f end echo echo ------ end