how to execute script and pass a parameterin linux code example
Example: how to execute script and pass a parameterin linux
echo "Username: $1";
echo "Age: $2";
echo "Full Name: $3";
echo "Username: $1";
echo "Age: $2";
echo "Full Name: $3";