Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: sorting very large text files

by salva (Canon)
on Dec 19, 2009 at 09:07 UTC ( [id://813497]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    buffer_size = min(1/8 * physical_RAM, free_memory)
    
  2. or download this
    sort -S 3.5G ...
    
  3. or download this
    my %expand = ( "\x10" => "\x11\x11",
                 "\x11" => "\x11\x12");
    s/([\x10\x11])/$expand{$1}/g;
    

Log In?
Username:
Password:

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

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

    No recent polls found