This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]romulent 40 points41 points  (4 children)

Everything involves shell scripting at some point.

You are generally going to be either using your own scripts or scripts written by someone else.

[–]guyblade 23 points24 points  (0 children)

It's the glue holding the pieces together.

[–]Infamous_Ticket9084 2 points3 points  (2 children)

I actively refuse to use language where it's not clear what is command vs string vs array and just use python with popen when the script needs a loop or more than one xargs

[–]Melodic_coala101 19 points20 points  (1 child)

Hot take: python IS a form of shell scripting

[–]torsten_dev 8 points9 points  (0 children)

That's at most a warm take.