how to tell if a argument is given bash code example Example: verify parameter one bash if [ -z "$1" ] then echo "No argument supplied" fi