Answers for "shell call command and pass parameter"

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 "shell call command and pass parameter"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language