![]() |
|
|
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 |
| how do you parse 1 line at a time of file1 ie. line(n) each line into new file | web_developer | UNIX for Advanced & Expert Users | 4 | 06-28-2009 01:07 PM |
| Compare multiple fields in file1 to file2 and print line and next line | gillesc_mac | Shell Programming and Scripting | 7 | 03-16-2009 06:26 AM |
| Reading a file line by line and processing for each line | sagarparadkar | Shell Programming and Scripting | 6 | 03-02-2009 11:59 AM |
| Awk reporting. Format the output with left justification for every feild | ainuddin | Shell Programming and Scripting | 3 | 11-11-2008 10:19 AM |
| printing 3rd or 4th feild from last in awk. | djsal | Shell Programming and Scripting | 8 | 05-17-2004 11:46 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to get the last line of a repeted feild
i have a file having two feilds. the numbers in the first field may or may not having repition in the file . i want to make a file out of this file containg only the last repeted number and the non repeted number.
example is 111 2 222 5 333 7 111 1 777 9 222 8 999 1 333 3 and the requirement is 111 1 222 8 333 3 777 9 999 1 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|