Re: Find duplicates in a dat file
- From: Tad McClellan <tadmc@xxxxxxxxxxxxxx>
- Date: Wed, 29 Mar 2006 16:26:08 -0600
axel@xxxxxxxxxxxxxxxxxxxxxx <axel@xxxxxxxxxxxxxxxxxxxxxx> wrote:
Tami@xxxxxxx wrote:
If you concatenated all the files into a single file, this should work
Or you could pipe the files into a perl script:
cat *.dat | myscript.pl
and read the data from standard input.
Or you could put the filenames as command line arguments
and read the data from the diamond operator.
myscript.pl *.dat
(well, you could if you had a sensible shell.)
--
Tad McClellan SGML consulting
tadmc@xxxxxxxxxxxxxx Perl programming
Fort Worth, Texas
.
- Follow-Ups:
- Re: Find duplicates in a dat file
- From: Anno Siegel
- Re: Find duplicates in a dat file
- References:
- Find duplicates in a dat file
- From: Tami
- Re: Find duplicates in a dat file
- From: Anno Siegel
- Re: Find duplicates in a dat file
- From: Tami
- Re: Find duplicates in a dat file
- From: axel
- Re: Find duplicates in a dat file
- From: Tami
- Re: Find duplicates in a dat file
- From: axel
- Find duplicates in a dat file
- Prev by Date: Re: Perl CGI and Javascript
- Next by Date: Re: Finding String Within Page
- Previous by thread: Re: Find duplicates in a dat file
- Next by thread: Re: Find duplicates in a dat file
- Index(es):
Relevant Pages
|