Blog

Tag: functions

Amsys Blog

Bash Scripting: Functions 2

Bash Scripting: Functions 2 Hi all. For this post I decided to share a scripting practice I’ve started using, utilising functions to help make the whole thing easier to read! Looking back This blog builds on my previous Bash Scripting series, including the

Bash Scripting: Functions

This month I’ve decided to make a return to my Bash Scripting series. I’ve recently discovered and made use of a new item in scripting bash, called “functions”. So… what are functions? Say you’ve written a script in bash. You