bin/bash echo Script name: $0 echo $# arguments if [$# -ne 1]; then echo "illegal number of ...
stackoverflow.com