Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Rosetta Code: Long List is Long :awk(1)+sort(1)

by parv (Parson)
on Dec 12, 2022 at 18:43 UTC ( [id://11148801]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    # Source: https://perlmonks.org/?node_id=11148801
    ...
    
    end=$( date '+%s' )
    printf "total time: %d s\n" $(( end - start )) >&2
    

Log In?
Username:
Password:

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

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

    No recent polls found