There are two types of comments: Single-line comment Multi-line comment Single-line comments Use # in the begining of the line […]
How to run Shell Script .sh file
.sh files are shell scripting files. We can run these files in terminal on a linux system. Navigate to file […]
How to run a bash script via cron
Sometimes we need to run a shell script at some regular intervals, like once everyday. We can do this using […]