![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| while - comparision | sharif | Shell Programming and Scripting | 2 | 11-01-2007 05:58 AM |
| date comparision | Hitesh Shah | SUN Solaris | 1 | 10-26-2007 08:35 AM |
| File Comparision by using Shell Script | nvkuriseti | Shell Programming and Scripting | 3 | 08-31-2005 04:05 AM |
| SuSE comparision | lungs | SuSE | 8 | 02-12-2005 01:36 AM |
| How to perform comparision in unix | artfuldodger | Shell Programming and Scripting | 5 | 02-03-2005 03:24 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Unix File Comparision
I have a file named file1 which contains numbers in sequence like...
1 2 3 7 8 Then i have file File 2 that contains 4 5 ........so i need to compare both files so that i can find out the missing entry in the sequence is 6.......These files are flat files which contain and so i need to write a script that takes as input these 2 files. I guess i cant use diff command or comm command for this , if i can how can i do it plz let me know guys. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|