News

In this how-to we shall take our first steps into creating Bash scripts with three example projects. The first is the ...
Think of a bash script as a tiny application you create that consists of Linux commands. You can write bash scripts to do just about anything, such as create backups, set variables, open applications, ...