Browsing tag

bash

BASH Functions – Shell Scripting

A BASH Function is a set of commands used to perform a specific task within a script. This function can be reused anywhere in your script to perform that particular task several times. The function saves our time by the need of writing the same code over and over again with write it once and […]