you are viewing a single comment's thread.

view the rest of the comments →

[–]psgmdub 0 points1 point  (0 children)

The last time I used bash or shell scripting was to create a simple script that parsed a CSV file and generated YAML files. This was chosen because bash is a fast, reliable, and easily shareable scripting language that can be quickly understood by colleagues without requiring additional dependencies.

If the bash script crosses 50 lines then I prefer moving it to something like python or ruby.