 |
Unix / Linux Bourne / Bash Shell Scripting Tutorial [ steve-parker.org ]
13. Functions One often-overlooked feature of Bourne shell script programming is that you can easily write functions for use within your script. This is generally done in one of two ways; with a simple script, the function is simply declared in the same f
steve-parker.org |
 |