DOS
Line counting in Windows
Submitted by luke on Wed, 2008-07-30 11:52SET /A LINES=0 && FOR /F "usebackq" %L IN (`dir /s/ad/b`) DO @SET /A LINES=!LINES!+1
Will show you a poor excuse for the "wc -l" function.
Accessdataonline.comTechnology and how to use it. |
|
User loginNavigation |
DOSLine counting in WindowsSubmitted by luke on Wed, 2008-07-30 11:52SET /A LINES=0 && FOR /F "usebackq" %L IN (`dir /s/ad/b`) DO @SET /A LINES=!LINES!+1 Will show you a poor excuse for the "wc -l" function. |
Links to Local and cool web sites. |