#Day 4:-Basics of Linux for shell scripting
๐ What is Shell?
A shell interprets commands from the user and executes them by making system calls to the operating system kernel. shells include bash (the Bourne Again Shell), zsh, tcsh, and PowerShell.
The shell acts as an intermediate between th...
shefalimishra.hashnode.dev3 min read