BASH Scripting
SHELL
It is a program that can be served as an interface for an O.S.
eg : C Shell, Corn Shell, Bourne Shell
## BASH (Bourne Again Shell)
Steps to create a bash shell:
Note : Extension : .sh
Step 1 : create a new empty file.sh
Step 2 : #!/bin/bash ...
devopsonsteroids.hashnode.dev2 min read