Search posts, tags, users, and pages
Mfon
I enjoy writing about tools I use. Interested in Open Source | Open Science | MedTech
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 ...
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?
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?