Bash Scripting - Functions
In a bash function, what does
$1 represent?$1 represent?$1 refers to the first argument passed specifically to that function, not the script.$1 resets to the function's first argument.$1 in function = first function argument [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions