Safe ways to do things in bash (2023)
github.com
Safe ways to do things in bash (2023)
1–2 of 2 posts
Re: Safe ways to do things in bash (2023)
#2In 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.)