Shell Scripting for Beginners
1. What is a Shell?
A shell is a program that lets you interact with your operating system using text commands.It is basically a command-line interface (CLI).
When you type a command like ls, cd, or pwd, the shell reads it, sends it to the operating ...
anikets-tech-diary.hashnode.dev3 min read