Answers for "how can we pass arguments to a script in linux? and how to access these arguments from within the script?"

0

how to execute script and pass a parameterin linux

echo "Username: $1";
echo "Age: $2";
echo "Full Name: $3";
Posted by: Guest on May-20-2021

Code answers related to "how can we pass arguments to a script in linux? and how to access these arguments from within the script?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language