News

It’s pretty easy to run a batch file on Windows. Just create a file, change the extension to .bat, and either call the script in PowerShell or double click to execute it. Windows users are spoiled.
For example, sometimes you may want to run a script or a command whenever you start your Linux machine. There is more than one way to do this. Put the command in your crontab file. The crontab ...
But before heading over to creating a shell script, let’s understand what Shell scripting in Linux is. What is Shell Scripting in Linux? So, what’s Shell scripting? Shell Scripting is defined as an ...