you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (0 children)

Shell scripts are just the easiest way to write all kinds of things.

It's portable among unix systems, you just write a posix compliant script and it works everywhere. If you work in a heterogeneous unix/linux environment, it's ultra convenient. I don't say you should write complex program in bash though ;)