- May
- 13,118
- 180
This produces expected output.
This produces no output.
This again produces expected output.
The order of the options matters. Is that WAD, documented? It doesn't matter for DIR.
Code:
g:\> do f in /s * ( echo %@filename[%f] )
Code:
g:\> do f in /a:-d /s * ( echo %@filename[%f] )
Code:
g:\> do f in /s /a:-d * ( echo %@filename[%f] )