Re: remove duplicate lines
- From: security.department@xxxxxxxx (John Doe)
- Date: Fri, 27 May 2005 21:22:21 +0200
Am Freitag, 27. Mai 2005 17.15 schrieb Eric Walker:
> Can't you run uniq from the command prompt to get rid of the duplicate
> lines?
>
> perlnewbie..
[...]
Yes I can,
$ cat marc21textfile | uniq > outputfile
but the OP explicitly wanted a perl script and states
> For now, I just want to remove adjacent duplicate fields.
from which I concluded that he wants to elaborate the script further,
and as a perlnewbie on a perl list I try to answer perl questions.
thanks,
joe
.
- Follow-Ups:
- Re: remove duplicate lines
- From: Eric Walker
- Re: remove duplicate lines
- References:
- remove duplicate lines
- From: Jack Daniels
- Re: remove duplicate lines
- From: John Doe
- Re: remove duplicate lines
- From: Eric Walker
- remove duplicate lines
- Prev by Date: char display on z/OS
- Next by Date: Re: remove duplicate lines
- Previous by thread: Re: remove duplicate lines
- Next by thread: Re: remove duplicate lines
- Index(es):
Relevant Pages
|