if test -s $1 then echo "file exists" else echo "file does not exist" fi