The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first
Description
(your output is probably correct for Linux. Not so much for Windows' CMD prompt)
- have to quote strings with double-quotes
- strings only need to be quoted if they contain spaces, IO-redirection [eg. <,|,>] or ampersand [a newline alias]
- (and the escape character is: '^')
[P.S. as for myself, I'm all set, as I wrote a Python filter for it]
The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first
Description
(your output is probably correct for Linux. Not so much for Windows' CMD prompt)
[P.S. as for myself, I'm all set, as I wrote a Python filter for it]