Answers for "shell script if input is empty"

0

shell script if input is empty

if [ $# -eq 0 ]
  then
    echo "No arguments supplied"
fi
Posted by: Guest on August-26-2021

Code answers related to "shell script if input is empty"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language