Getting Started With Shell Scripting(Shell Programming)
What is a Shell?
A shell is a command line tool in Linux/Unix operating systems. It processes the command entered by the user and interprets into machine-readable binary form that can be understood by the Kernel to carry out the process.
What is Ker...
susmitadey.hashnode.dev3 min read