Basic syntax for Shell scripting
Getting Started with Shell Scripting
Shell scripting is a powerful way to automate tasks and streamline your interactions with a Unix-like operating system. In this article, we'll introduce you to the fundamentals of shell scripting and provide you with the knowledge you need to start writing your own shell scripts.
What is Shell Scripting?
Shell scripting involves writing a series of commands in a script file that can be executed to automate tasks and perform various operations. These scripts are written in a shell scripting language, with Bash (Bourne Again Shell) being one of the most commonly used shells for this purpose. Shell scripts can be used for various purposes, such as file manipulation, system administration, and custom task automation.
Creating some simple shell scripts.
Reference : https://www.youtube.com/watch?v=v-F3YLd6oMw