Bash Scripting - Functions
You want a bash function to output a message and also return a status code. Which is the correct way to do this?
echo prints messages; return sends status codes.echo, then send status with return.echo for message, then return for status code -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions