grep or awk
u can find grep here
http://gnuwin32.sourceforge.net/packages/grep.htm
and awk
http://gnuwin32.sourceforge.net/packages/gawk.htm
just read the man pages or u can serach about grep and awk examples at a search engine u will find a lot
im using this two to handle log files(250000 lines +) and they are more than helpful
2006-06-19 14:01:32
·
answer #1
·
answered by disk_tel 4
·
3⤊
0⤋
Try some downloads from fist link below. Most are shareware
The second link seems to be a freeware.
"Grep" is a keyword often used for searching files.
I not sure if the Windows GUI based tools count the hits like you want to. One method I can think of is to install UNIX based tools from www.cygwin.com and perform the following command from the command line
grep "[search phrase]" [document name] | wc -l
grep is the command that lists the lines with the text and wc is the command that counts the output.
2006-06-19 14:24:26
·
answer #2
·
answered by ytana9999 2
·
0⤊
0⤋
i do not comprehend of a software that does this. even if, with some programming or the use of the unix approaches, grep or awk (variations ported to homestead windows) and a universal expressions equipped textual content editor, that is going to be really common. the needed set of regulations will be to save your document as textual content in undemanding words, and then use the approaches to positioned a unmarried note on each and each line. variety the record of words, and use uniq or awk to count number and reveal the counts of each note.
2016-11-15 00:11:29
·
answer #3
·
answered by ? 4
·
0⤊
0⤋
If you have windows, open the text document, push Ctrl and f at the same time. you will then see a search window. type in a word or phrase and click the find next button.
2006-06-19 14:01:08
·
answer #4
·
answered by Cholly 1
·
0⤊
0⤋
if you have MS Access. try to open the file in that. It will ask you if you want to put the list into a table. Answer yes. Then use the query wizard to get the answers you are looking for.
2006-06-19 14:00:37
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
This sounds like it might do what you want, though I;m not certain:
http://www.kgpsoftware.com/gfind.htm
If not, look around at http://www.freewarehome.com
Try searching their site for "Text Search" or something similar. All programs you find there are totally free.
2006-06-19 13:58:23
·
answer #6
·
answered by c_wag03 4
·
0⤊
0⤋
If it is a win text based doc then just control f ad you should find what you are looking for. It'll take time but it is free.
2006-06-19 13:57:05
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋
I used Word. I understand that it is not free and it is part of Office Suite, but it would do the job.
2006-06-19 13:59:09
·
answer #8
·
answered by NeoArt 6
·
0⤊
0⤋