Menu

Tag Archives: ubuntu

Bash Scripts – Prompt User Inputs, Validate and Perform Calculations
While writing a Bash Script, sometimes it becomes important to prompt for user input, validate them and then perform some calculations. In this tutorial, [...]
Zipping and Unzipping using Terminal
In order to “unzip” a file using terminal, make sure you have the application installed on your system. Zipping files using the terminal [...]