Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Rosetta Code: Long List is Long - GNU Parallel

by marioroy (Prior)
on Feb 09, 2023 at 09:59 UTC ( [id://11150256]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env bash
    # Wrapper script for parallel.
    ...
      exec "$CMD" -j $PARALLEL_NUM_THREADS "$@"
    
    fi
    
  2. or download this
    export PARALLEL_NUM_THREADS=12
    
    LC_ALL=C parsort -k1 big{1,2,3}.txt | ./tally-count | LC_ALL=C parsort
    + -k2nr >out.txt
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11150256]
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: (5)
As of 2024-04-25 08:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found