In Python, `shlex` has utilities for quoting and tokenizing strings for POSIX shells.
> Documentation: https://docs.python.org/3/library/shlex.html
(Windows users: CMD is hopeless. Sorry. Try powershell.)
In Python, `shlex` has utilities for quoting and tokenizing strings for POSIX shells.
> Documentation: https://docs.python.org/3/library/shlex.html
(Windows users: CMD is hopeless. Sorry. Try powershell.)