Pass arguments to scripts
$1 is the first argument. $@ is all of them. $# is how many. Three variables that turn a script from fixed to reusable.
Sign in to start the lab$1 is the first argument. $@ is all of them. $# is how many. Three variables that turn a script from fixed to reusable.
Sign in to start the lab