Search found 2 matches
- 17 Jun 2018 03:21
- Forum: DOS Batch Forum
- Topic: batch file to search list of strings in txt files across multiple text files in folder & return counts in txt file
- Replies: 1
- Views: 2936
batch file to search list of strings in txt files across multiple text files in folder & return counts in txt file
I am new to batch/script & been trying my best to create a batch that look up a list of mac addresses (in xxxx.xxxx.xxxx format as strings) in a text file & count the mac addresses occurrence from raw data text files in a folder. However, the code that I have tried doesn't seems to work properly or ...
- 15 Jun 2018 03:26
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2165750
Re: JREPL.BAT v7.11 - regex text processor now with Unicode and XRegExp support
Hi Dave, I would like to make use of the JREPL to search for a series of strings (PC mac address, seperated by .) on each line in a text file throughout a list of data text files (4Mb) under particular folder (i.e. c:\test), count the total no of matches for each string once from those data text fil...