English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a large text document containing about 600,000 names and addresses. Im looking for certain groups of names, especially groups of people listed togther. Does anyone know of a program to do this? WordPad searches but only one at a time and doesnt tell me what the total number of each name exists.

2006-06-19 13:53:57 · 8 answers · asked by brianbb98 2 in Computers & Internet Software

8 answers

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

fedest.com, questions and answers