▲ | BeetleB 2 days ago | |
In xonsh[0], that would be:
(Not sure about the equivalent of shlex.quote, but in the worst case, you can just use "from shlex import quote as q" or something).So yes, there are good alternatives to bash - even Python based. [0] https://xon.sh/ |