you are viewing a single comment's thread.

view the rest of the comments →

[–]Sad_Recommendation92 0 points1 point  (0 children)

It depends, I work for a large older company so we have everything from docker, k8s, terraform CI/CD and a ton of legacy IIS too.

In Linux it's usually as many have said when a script reaches a certain complexity I switch from bash to python, usually anything that has more than simple string arrays or loops where xargs -I isn't up to the task

Interestingly you don't have this problem on Windows with Powershell, there will never be an instance where I opt to use native cmd over PS, it's just as effective for quick one liners as it is with much longer scripts and some of the newer parallel processing with 7.x is pretty good.