![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| concatenate all duplicate line in a file. | vaskarbasak | Shell Programming and Scripting | 30 | 08-29-2008 06:31 AM |
| duplicate line in a text file | nixguy | Shell Programming and Scripting | 5 | 04-29-2008 03:19 AM |
| Remove duplicate entry in one line | kharen11 | UNIX for Dummies Questions & Answers | 5 | 07-05-2007 03:56 PM |
| Identify duplicate words in a line using command | srinivasan_85 | UNIX for Dummies Questions & Answers | 8 | 05-01-2007 02:29 AM |
| Remove Duplicate line | Student37 | UNIX for Dummies Questions & Answers | 1 | 02-22-2005 03:00 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
removing line and duplicate line
Hi,
I have 3 lines in a text file that is similar to this (as a result of a diff between 2 files): 35,36d34 < DATA[0].EVENT[0].EVENT_ID.s = "3661208" < DATA[0].EVENT[0].EVENT_ID.s = "3661208" I am trying to get it down to just this: DATA[0].EVENT[0].EVENT_ID.s = "3661208" How can I do this? Please note the number "35,36d34" and "3661208" is always different because I get this file from a background process that always changes. thanks guys ocelot |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|