Bash Scripting - Functions
Which of the following is the correct way to access the first argument inside a bash function named
myfunc?myfunc?$1, $2 to access arguments.$1, no other variable names are used by default.$1 inside the function -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions