How to use bash aliases Most of the users like to use shortcuts for running commands. There are many commands in Ubuntu that we need to use regularly. It will be very helpful for us if we are able to...
If you work on the command line interface of Linux most of the time, then changing the color of ls command might be something that you always wanted. Perhaps you don’t like the default colors or they are hard to...
How to use single and multiple line comments in BASH Using comments in any script or code is very important to make the script more readable. Comments work as a documentation for the script. The reader can easily understand each...
Taking input from the user is a common task for any programming language. You can take input from a user in bash script in multiple ways. A read command is used in the bash script to take data from the...
Why should you use Bash Scripts to perform folder synchronizations and backups? Bash is by far the most popular and used sh-compatible command language interpreter. Today you can find Bash almost everywhere, including Microsoft Windows with the new Windows Subsystem...