- May
- 13,748
- 209
On my system drive, "z:\> dir /s /nj" reports
54,697 DIRECTORIES!!!!!
I get this result with an external WC.EXE or my LC plugin.
I also get this result (which seems a bit more like it).
It would seem that grand total for DIR /S is a little off.
Code:
Total for: Z:\*
20,973,404,937 bytes in 113,271 files and 54,697 dirs
I get this result with an external WC.EXE or my LC plugin.
Code:
z:\> global /h /i /q /n echo %_cwd | wc
Lines Words Chars
18519 24220 1684844
z:\> global /h /i /q /n echo %_cwd | lc
18519
Code:
z:\> dir /s /nj | grep Total | wc
Lines Words Chars
18395 60830 2006508
It would seem that grand total for DIR /S is a little off.