Everyone quotes command line arguments the wrong way (2011)
docs.microsoft.com
Everyone quotes command line arguments the wrong way (2011)
1–8 of 8 posts
Re: Everyone quotes command line arguments the wrong way (2011)
#2[deleted]
Re: Everyone quotes command line arguments the wrong way (2011)
#3"Everyone [...] the wrong way"
By Microsoft. What a bunch of douche.
Re: Everyone quotes command line arguments the wrong way (2011)
#4The POSIX sh quoting rules seem much simpler.
It's quite the mess Microsoft has there.
Re: Everyone quotes command line arguments the wrong way (2011)
#5Via https://www.asciitable.com :
DEC Desc
28 Separator
29 Group Separator
30 Record Separator
31 Unit Separator
Why not use some existing, non-printing characters to obviate all the weeping and gnashing of teeth?
Re: Everyone quotes command line arguments the wrong way (2011)
#6"Everyone [...] the wrong way" By Microsoft. What a bunch of douche.
No, By: Daniel Colascione
Re: Everyone quotes command line arguments the wrong way (2011)
#7Reading M$ C code is painful with all those horrible M$ specific adds.
Re: Everyone quotes command line arguments the wrong way (2011)
#8I pity the fool who has to use the command line on Windows. This is one of the many reasons why.