![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Comparing two files | superstar003 | Shell Programming and Scripting | 2 | 05-08-2008 04:36 AM |
| comparing shadow files with real files | terrym | UNIX for Advanced & Expert Users | 4 | 02-09-2007 02:38 AM |
| comparing two files using awk. | jerome Sukumar | Shell Programming and Scripting | 4 | 11-22-2006 06:27 AM |
| comparing files to contents of a file | SummitElse | Shell Programming and Scripting | 3 | 06-28-2006 12:36 PM |
| shell script comparing files in a file | raina_nalin | Shell Programming and Scripting | 4 | 06-21-2005 06:00 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Shell script for merging two files without duplicating the data
File 1 data:
TestA TestB TestC File 2 data: TestA TestD TestE My Output File (pick all from both and create a file without duplicate data) ---------------------------------------------------------------------- TestA TestB TestC TestD TestE ---------------------------------------------------------------- here, TestA comes in both files, i dont want to duplicate it (appear multiple times) in my output file. How can i do it? Thanks in advance, -mac Last edited by manmohanpv; 02-16-2008 at 04:46 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|