in reply to removing duplicates lines plus strings from a file
If you already have some code, show us please. If not, try the following recipe and if that fails, feel free to come back with a code sample that troubles you.
In case your only problem is to remove duplicate URLs, the following recipe might be helpful:
(1,2): Open another file for writing and print to filehandle unless output to STDOUT is sufficient.Update: Or perform a Super Search with this query for more inspiration...
Update: In response to code presented below:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: removing duplicates lines plus strings from a file
by kirpy (Initiate) on Sep 18, 2011 at 20:20 UTC | |
|
Re^2: removing duplicates lines plus strings from a file
by kirpy (Initiate) on Sep 19, 2011 at 06:47 UTC |