Answers for "how will you pass and access arguments to script in linux?"

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 will you pass and access arguments to script in linux?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language