Evan Jehu's profile »
#!/bin/bash if [[ "$#" == 1 && -f $1 ]]; then # replace with something functional like 'rm -f $1'! echo "file $1 exists" else echo "Usage: $0 " fi
Comments [0]
Comments [0]