First page
Back
Continue
Last page
Overview
Using functions in shell scripts
Shell scripts may include shell functions.
Shell functions may improve program readability. They also help to remove repetitious code from the scripts.
Shell functions must be declared before they are used.