Bash Scripting $
Anything you can run normally on the command line can be put into a bash script and it will do the same thing.
which $SHELL
# tells us that in which shell we are currently using
We will go through step wise step upside so just relax and try out eve...
helloabhii.hashnode.dev8 min read