![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need help extracting this part | finalight | Shell Programming and Scripting | 6 | 05-20-2008 03:03 AM |
| program to find the uncommon numbers between two files. | salaathi | Post Here to Contact Site Administrators and Moderators | 2 | 10-31-2007 04:52 AM |
| Extracting part of a string | sam_78_nyc | Shell Programming and Scripting | 8 | 04-25-2007 04:37 PM |
| Extracting part of the basename | madhunk | Shell Programming and Scripting | 3 | 02-13-2007 07:54 AM |
| extracting .rar files | sskb | UNIX for Dummies Questions & Answers | 5 | 05-15-2002 06:20 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
extracting uncommon part between two files
Hi,
I need to extract the uncommon (better say incremental) part from 2 files say file_1 and file_2. file_2 contains everything that is in file_1. That is file_2 has been created internally somehow : cat file_1 temp_file > file_2 My objective is to extract the temp_file part from file_2. Both file_1 and file_2 are available. Any Help ? ~ Thanks in advance |
| Forum Sponsor | ||
|
|