[Bash] Returning from functions performatically
28 Sep 2022 1 minute read 0 comments rafaeldomi
So, once a while I posted some shell script tips. Now, let's see a little more, this time about functions and returning values. First, the basics Creating a function in bash is as simple like this: #!/bin/bash fnc_name() { echo "Inside the function...