Name: Anonymous 2018-12-18 10:21
Is it bad practice to invoke a shell command via a subprocess in your Java/Python/C++ program? Sometimes it's easier to just use a shell utility using a one-liner than it is to try and figure out how to do the same thing in like 100+ lines of code in the language your program is currently written in.