Answers for "introduce parameters to programs in unix"

0

introduce parameters to programs in unix

function_name()
{
 echo “hello $1”
 return 1
}
Posted by: Guest on December-05-2020
0

introduce parameters to programs in unix

$ function_name ram
hello ram
Posted by: Guest on December-05-2020

Code answers related to "introduce parameters to programs in unix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language