↧
Bash Script Tutorial: Introduction to Variables
A shell script allows you to set and use your own variables within the script. Setting variables allows you to temporarily store data and use it throughout the script. This... Read more »
View ArticleBash Script Tutorial: Command Substitution
In this tutorial we’ll take a look at Command Substitution. Command substitution allows us to reassign the output of a command to a variable instead of printing it to the... Read more »
View Article10 Useful Tar Commands For Unix Users
Tar is an amazing tool that it’s used by Linux users and system administrator on a daily basis. Tar can be used for compressing, backing up, and even encryption of... Read more »
View Article