Hacker News new | ask | show | jobs
by JohnFen 1183 days ago
When I'm working on/writing complex bash scripts, it's because the scripts have to run on a variety of different customer machines where Python is not consistently available (let alone being able to count on a particular version) and, if it's not there, cannot be installed.

The main advantage of bash is that it exists on just about every unix machine.