Shell/Bash: verify parameter one bash Example
Shell/Bash Example: This is the "verify parameter one bash" Example. compiled from many sources on the internet by SimpleTutorials.org
verify parameter one bash
if [ -z "$1" ] then echo "No argument supplied" fi
* Summary: This "verify parameter one bash" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!