Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: collect the system data

by asarih (Hermit)
on Aug 24, 2003 at 12:27 UTC ( [id://286184]=note: print w/replies, xml ) Need Help??


in reply to collect the system data

I know this is perl monks, but I have to ask: What's wrong with sort -rnk3 logfile? If you want just the top 2, then: sort -rnk3 logfile | head -2 should do what you want. Do you want the rest unsorted?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-16 05:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found