Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: opinion - enormous input files

by artist (Parson)
on Feb 01, 2009 at 04:37 UTC ( [id://740504]=note: print w/replies, xml ) Need Help??


in reply to opinion - enormous input files

If on *nix you can use
sort file | uniq -c
--Artist

Replies are listed 'Best First'.
Re^2: opinion - enormous input files
by dsheroh (Monsignor) on Feb 01, 2009 at 14:02 UTC
    No, he wants to do it in perl:
    perl -e 'print `sort file | uniq -c`'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-19 03:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found