![]() |
|
|
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 |
| file size comparision local file and remote file | dba.admin2008 | Shell Programming and Scripting | 4 | 11-13-2008 05:57 PM |
| Problem with reading file line-by-line, and outputting to a new file | Darkness Fish | Shell Programming and Scripting | 4 | 07-18-2008 07:54 AM |
| while - comparision | sharif | Shell Programming and Scripting | 2 | 11-01-2007 05:58 AM |
| Unix File Comparision | coolguy01 | Shell Programming and Scripting | 5 | 08-29-2006 03:35 AM |
| File Comparision by using Shell Script | nvkuriseti | Shell Programming and Scripting | 3 | 08-31-2005 04:05 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
file comparision by line
i have two files and i want to compare these two
it shoud print those lines which are not in 2nd file a.txt 1236,AB,0 2345,CD,1 5679,EF,1 9123,AA,1 9223,AA,0 b.txt 1234,AB,0 2345,CD,1 5678,EF,1 9123,AA,0 o/p 1236,AB,0 5679,EF,1 9123,AA,1 9223,AA,0 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|