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

i have 2 files each has 213 lines of text. each line only has 8 digits on . i need to find one line which is in both is there a way i could do that without sitting there for hours going through every 1 (and maybe you could recommed a text editor)

2007-11-11 02:33:01 · 3 answers · asked by venom 3 in Computers & Internet Programming & Design

3 answers

Also http://winmerge.org/ compares.

2007-11-11 02:43:47 · answer #1 · answered by castleon 5 · 0 0

1. START -> Run... -> cmd (this will start Windows console)
2. Type:

FIND "90673722" File2.txt /N

Search for 90673722 within File2.txt . The parameter /N will show you the line number with the needed string.

If you find the string within the second file, this means both files contain it.

Instead of typing the search string, you can copy it from the first file.

2007-11-11 11:10:47 · answer #2 · answered by TBird 4 · 0 0

Ain't google wonderful??? Even for those too lazy to use it.....

http://www.prestosoft.com/edp_examdiff.asp

2007-11-11 10:41:37 · answer #3 · answered by snvffy 7 · 0 0

fedest.com, questions and answers