Introduction To Shell Scripting
Introduction To Shell Scripting
A shell is an interpreter in UNIX like Operating system. It takes commands typed by the user and calls the operating system to run those commands. In simple terms a shell acts as form of wrapper around the OS.
An Operating is made of many components, but its two prime components are –
Kernel
Shell
A Kernel is at the nucleus of a computer. It makes the communication between the hardware and…
View On WordPress


















