#bash-script
Read more stories on Hashnode
Articles with this tag
In this tutorial, we will learn how to add our shell scripts to the PATH variable so that we can access our scripts from anywhere in the command line....
what is bash scripting What is the use of bash scripting? Bash scripting allows an user to group a bunch of commands together and execute it. This...