Why []{}'`+ are considered as special characters ?
Posted: 05 Apr 2014 13:20
The excerpt from `CMD /?` output (concerning file completion I suppose):
The special characters that require quotes are:
<space>
&()[]{}^=;!'+,`~
Rectangular brackets are used in `FINDSTR` regex expressions and in `.REG` files to identify registry nodes , while curly brackets are used in CLISD keys ,but I'm not sure if this is the reason as the cmd.exe does not use these directly . Is this a relict from dos times? Not sure also why '+ and ` are here ...
The special characters that require quotes are:
<space>
&()[]{}^=;!'+,`~
Rectangular brackets are used in `FINDSTR` regex expressions and in `.REG` files to identify registry nodes , while curly brackets are used in CLISD keys ,but I'm not sure if this is the reason as the cmd.exe does not use these directly . Is this a relict from dos times? Not sure also why '+ and ` are here ...