Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: asking for suggestions about hash files

by duff (Parson)
on Jun 29, 2009 at 20:43 UTC ( [id://775805]=note: print w/replies, xml ) Need Help??


in reply to asking for suggestions about hash files

In the spirit of timtowtdi ... sort -rn file* | head -1 | awk '{ print $2 }' :-)

Replies are listed 'Best First'.
Re^2: asking for suggestions about hash files
by ikegami (Patriarch) on Jun 29, 2009 at 21:09 UTC
    Involving Perl,
    sort -rn file* | head -1 | perl -pale'$_=$F[1]'

Log In?
Username:
Password:

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

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

    No recent polls found