Introduction to Shell Scripting
what is shell script: In the simplest terms, a shell script is a file containing a series of commands.The shell reads this file and carries out the commands as through they have been entered directly on the command line.
- Normally the shell script h...
shreyashbhise.hashnode.dev3 min read