Basic Linux Commands
Bash scripting is very useful especially in linux machines. It makes it easier to automate your workflows
At the end of this article you will be able to run your very first bash script, create variables and use them, take input from the command line ...
mfon.hashnode.dev3 min read
Charles Ugbana
Nice. I hope you welcome comments(?)
If you define the hashbang in a script, you don't need to call the script by prepending a shell name anymore. You can just run the script as an executable.
Hopefully this makes sense?