Shell scripts are collections of commands that you frequently use. Normally, this process is started by typing the script's name onto the command line.
As an alternative, you can utilise cron-enabled scripts to automate processes. Scripts can also be used in the UNIX start and shutdown process, where init scripts dictate how daemons and services should operate.
Open a brand-new, blank file in your editor to start writing a shell script. Any text editor will work, including vim, emacs, gedit, dtpad, etc. Vim or emacs are two more sophisticated editors that you might want to consider because they can be set up to recognise shell and Bash syntax and can be a huge help in commands.
To know more about Command visit:
https://brainly.com/question/14918639
#SPJ4