in reply to How does one get only the non-redundant (non-repeating) entries with header?
Done without checking the hash content-- that is, simply stuffing the latest match into the hash -- will give you output of the LAST unduplicated element of each datum. If you care about getting the first "sample\d", use the technique outlined by roboticus.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How does one get only the non-redundant (non-repeating) entries with header?
by supriyoch_2008 (Monk) on Jul 19, 2014 at 09:18 UTC |