News

Bash scripting tutorial you will learn: Passing arguments to a Bash script global and local variables in Bash Reading user input compare integers and strings for, while, until loops, if and case ...
bash-script-tutorial Bash scripts related to every session of this tutorial will be stored in isolated branches named after their session name.
Today, I have stumbled upon a simple BASH script called "Ubuntu-server-setup" that helps you to automate the setup and provisioning of Ubuntu server after a new installation. This script will do the ...
In this post I'll show you how to create a self extracting bash script to automate the installation of files on your system. This script requires coreutils (for cat, tail), awk, gzip, tar and bash.