In the above example, the shell script tests to see if there is a parameter ... 1 then echo "usage: isfile argument" ; exit fi if test -f $1 then echo "$1 is a file" fi ...
www.cs.columbia.edu