![]() |
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 |
| how to remove duplicate lines | fredao | Shell Programming and Scripting | 3 | 12-13-2006 12:51 PM |
| Remove duplicate phrase | kesu2k | Shell Programming and Scripting | 6 | 10-17-2006 04:34 PM |
| Remove duplicate ??? | sabercats | Shell Programming and Scripting | 3 | 03-10-2006 07:06 PM |
| Remove Duplicate line | Student37 | UNIX for Dummies Questions & Answers | 1 | 02-22-2005 03:00 PM |
| remove duplicate | kazanoova2 | Shell Programming and Scripting | 4 | 04-12-2004 12:35 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Remove duplicate
Hi all,
I have a text file fileA.txt DXRV|02/28/2006 11:36:49.049|SAC||||CDxAcct=2420991350 DXRV|02/28/2006 11:37:06.404|SAC||||CDxAcct=6070970034 DXRV|02/28/2006 11:37:25.740|SAC||||CDxAcct=2420991350 DXRV|02/28/2006 11:38:32.633|SAC||||CDxAcct=6070970034 DXRV|02/28/2006 11:39:40.754|SAC||||CDxAcct=2420991350 ADMX|02/28/2006 12:39:40.754|SAC||||CDxAcct=2420999999 ADMX|02/28/2006 12:40:40.754|SAC||||CDxAcct=2420999999 ADMX|02/28/2006 12:44:40.754|SAC||||CDxAcct=2420999999 if the record have CDxAcct= and same Name then remove the CDxAcct have duplicate, only keep the new one Name,date,location,A,B,C,D,CDxAcct=XXXX|CDxAcct=YYYY .... As result it should be DXRV,02/28/2006 11:36:49.049,SAC,,,,CDxAcct=2420991350|CDxAcct=6070970034 ADMX,02/28/2006 12:39:40.754,SAC,,,,CDxAcct=2420999999 How do you do that ?? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|