Basic Linux Shell Scripting
What is Shell?
Shell is a command line interface for users. It provides an environment for a user to execute the commands and interact with the kernel.
There are several shells are available for Linux systems like –
BASH (Bourne Again SHell) – It i...
learning-ocean.hashnode.dev3 min read