![]() |
|
|
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 retreive a block of data from the file | aoussenko | Shell Programming and Scripting | 4 | 06-26-2008 12:03 PM |
| last occurrence of a string across multiple files | porphyrin | UNIX for Dummies Questions & Answers | 2 | 12-24-2007 09:39 AM |
| Retreive string between two chars | danland | Shell Programming and Scripting | 25 | 06-25-2007 04:02 PM |
| Trying to retreive and compare value | omahablues | UNIX for Dummies Questions & Answers | 3 | 03-09-2007 12:14 AM |
| Retreive process output | nhatch | UNIX for Advanced & Expert Users | 2 | 10-16-2003 11:55 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Retreive latest occurrence if there are multiple occurences
Hi All,
I need help to create an AWK code or Perl Code such that it will only extract the latest occurrence if there are multiple occurrences? Eg below. Can any expert help ? Input: Code:
0013 28 0014 1 0013 1 0014 1 0017 1 0018 28 0017 1 0018 1 0019 1 0020 44 Code:
0013 1 0014 1 0017 1 0018 1 0019 1 0020 44 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|