Basics of Shell Scripting
What is Shell Scripting?
A Shell acts as a mediator between the application and kernel layer. When a user enters a command on a shell/terminal the shell takes that argument and passes it to the kernel for processing. To automate this whole process we...
subhodeep-devops-blogs.hashnode.dev4 min read