Difference between revisions of "$1"

From wikieduonline
Jump to navigation Jump to search
(Created page with " * {{Bash}}")
 
Line 1: Line 1:
  
 +
 +
if [ -n "$1" ]; then
 +
  echo "You supplied the first parameter!"
 +
else
 +
  echo "First parameter not supplied."
 +
fi
  
  
 
* {{Bash}}
 
* {{Bash}}

Revision as of 19:21, 9 August 2021

Advertising: