Bash Scripting - Functions
What is wrong with this function call?
print_msg() {
echo "$1"
}
print_msgprint_msg() {
echo "$1"
}
print_msg15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions