Bash Scripting - Functions
In a bash function, what does
$2 represent?$2 represent?$1 is the first argument, $2 is the second, and so on.$2 means$2 specifically refers to the second argument passed to the function when it is called.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions