in reply to Re^4: Using grep to pick out Specific lines in a text file
in thread Using grep to pick out Specific lines in a text file
Guess what! That's what $found{$1}++ is for. Just print not only the keys but also the values of hash %found.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Using grep to pick out Specific lines in a text file
by itguy87 (Novice) on Apr 17, 2013 at 20:08 UTC | |
by hdb (Monsignor) on Apr 18, 2013 at 06:49 UTC | |
by itguy87 (Novice) on Apr 18, 2013 at 13:52 UTC | |
by hdb (Monsignor) on Apr 18, 2013 at 14:02 UTC |