Bash Functions
A Bash function is essentially a set of commands that can be called numerous times. The purpose of a function is to help you make your bash scripts more readable, and to avoid writing the same code over and over again.
|
|
Compared to most programming languages, Bash functions are rather limited. In this tutorial we will cover the basics of Bash functions and show you how to use them in your shell scripts.
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.