Answers for "shell script pass arguments to another script"

2

pass all arguments to another function bash

abc "$@"
Posted by: Guest on April-22-2021
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 script pass arguments to another script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language