https://docs.python.org/3/library/shlex.html#shlex.split we've been bit a few times by assuming shell syntax. There's a Python module which should help us when dealing with shell commands.
https://docs.python.org/3/library/shlex.html#shlex.split
we've been bit a few times by assuming shell syntax. There's a Python module which should help us when dealing with shell commands.