![]() |
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 |
| Deleting the similar lines | avi.skynet | Shell Programming and Scripting | 2 | 02-02-2009 05:09 AM |
| merging 2 lines with awk and stripping first two words | bazzed | UNIX for Dummies Questions & Answers | 9 | 10-22-2008 10:27 AM |
| Urgent : Merge similar lines | rakeshou | Shell Programming and Scripting | 2 | 09-09-2008 11:06 PM |
| Urgent Need Help! Merging lines in .txt file | awknerd | Shell Programming and Scripting | 12 | 07-06-2008 02:04 AM |
| similar words | Streetrcr | UNIX for Dummies Questions & Answers | 1 | 03-22-2008 09:24 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi everyone,
I need help with a merging problem. Basically, I have a file with several lines (in this example 9 lines) such as: Amie, Jay, Sasha, Rob, Kay Mia, Frank Jay, Nancy, Cecil Paul, Ked, Nancy, 17, Fred 14, 16, 18, 20 9, 11 12, Frank 18, Peter, 62 Nancy, 27 A delimiter is always there (e.g. comma). What I'm wanting is to merge lines which have similar elements (words/numbers/etc) in them, and get something like the file below: Amie, Jay, Sasha, Rob, Kay, Nancy, Cecil, Paul, Ked, 17, Fred, 27 14, 16, 18, 20, Peter, 62 9, 11 Mia, Frank, 12 The ordering of lines is not important. In the resulting file, lines have nothing in common. The problem is finding an efficient way of doing this, especially when the files are large (3-30 MB of data). Is there a shell script capable of doing this? Appreciate all useful hints. Last edited by awb221; 02-23-2009 at 08:54 PM.. |
| Bookmarks |
| Tags |
| merge |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|