Everyone quotes command line arguments the wrong way (2011)

by polm23on 9/2/2022, 5:22 AMwith 6 comments

by justin_oakson 9/2/2022, 6:41 AM

The POSIX sh quoting rules seem much simpler.

It's quite the mess Microsoft has there.

by Sceptiqueon 9/2/2022, 6:38 AM

"Everyone [...] the wrong way"

By Microsoft. What a bunch of douche.

by smitty1eon 9/2/2022, 7:01 AM

Via 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?

by hiyeron 9/2/2022, 11:58 AM

I pity the fool who has to use the command line on Windows. This is one of the many reasons why.

by sys_64738on 9/2/2022, 11:56 AM

Reading M$ C code is painful with all those horrible M$ specific adds.