I've written a few dozen Bash scripts for my Mac over the years, although probably 80% of Bash code I have is in .bash_profile
. Lately I've been doing things I used to do with Bash by using Python instead.
So, given languages like Python or Ruby (or even PHP), with the exception of login scripts such as .bash_profile
(which may not be an exception), are there any tasks that Bash can do that generic scripting languages cannot?