Bash Scripting - Functions
Which of the following is the correct way to define a bash function named
display?display?name() { commands; }.def which is invalid in bash. display { echo "Hello"; } misses parentheses.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions