|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Mar 1999
Location: La Crosse, WI USA
Posts: 279
|
...let me try and explain.
From DOS, I am typing - find "99999" *.s00 /c I am trying to find all the 99999 instances in a group of .s00 files. With the above command, I get a line with the file name and number of times the instance occurs, but they are scrolling by to fast for me to count. What I would like to do, is add a switch or something to this command that will add these counts to a file that I can open and look at. Any ideas? |
|
|
|
|
|
#2 |
|
Member (9 bit)
Join Date: Mar 1999
Location: La Crosse, WI USA
Posts: 279
|
I resolved this by adding a: >filename
|
|
|
|
|
|
#3 |
|
SQL nutcase
|
You can use > to create a new file with the data (or replace the file when it already exists), or >> to append the data (or create a new file if the file does not exist.)
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|