Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Find duplicate lines from the file and write it into new file.

by monkey_boy (Priest)
on Jan 04, 2007 at 13:34 UTC ( [id://592943]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Find duplicate lines from the file and write it into new file.
in thread Find duplicate lines from the file and write it into new file.

but then you would lose the duplicates, i think the OP wanted to find the duplicates, perhaps somthing along the lines of sort | uniq -c , then they could read the file and look at the counts



This is not a Signature...

Replies are listed 'Best First'.
Re^4: Find duplicate lines from the file and write it into new file.
by davidrw (Prior) on Jan 04, 2007 at 13:51 UTC
    uniq can give you the dups directly:
    sort foo.txt | uniq -d

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://592943]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-25 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found