![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk - comparing files | dbrundrett | Shell Programming and Scripting | 6 | 01-18-2009 10:51 PM |
| Comparing two files | Nishithinfy | UNIX for Dummies Questions & Answers | 3 | 09-10-2008 03:34 AM |
| Comparing two different files | Mavericc | Shell Programming and Scripting | 4 | 09-09-2008 06:32 AM |
| Need Help Comparing two Files | awknerd | Shell Programming and Scripting | 1 | 09-01-2008 03:06 AM |
| comparing shadow files with real files | terrym | UNIX for Advanced & Expert Users | 4 | 02-09-2007 02:38 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hello guys, I have a little problem, i have my file1 and file2, they have: Code:
cat file1 10 11 12 13 14 15 cat file2 10 12 13 15 I need to create a new file3 with the lines thar are in file1 and not in file2, that have sence? So I need my file3 like: Code:
cat file3 11 14 The solution should be aplied for files with 200.000 rows. Thanx for your help. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|