Hello ,
I need a batch that count all occurrences of a particular string in a list of files,
and displays the file name and the number of occurrences for each of them .
Thanks in advance for help .
Batch script that count all occurrences of a particular string
Moderator: DosItHelp
Re: Batch script that count all occurrences of a particular string
Ummm...the find command itself can do that--find /?