How to run Shell Script .sh file November 20, 2022 Linux Tutorials .sh files are shell scripting files. We can run these files in terminal on a linux system. Navigate to file […] Read more
How to run a bash script via cron November 19, 2022 Linux Tutorials Sometimes we need to run a shell script at some regular intervals, like once everyday. We can do this using […] Read more