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

Re: What one-liners do people actually use?

by Perl Mouse (Chaplain)
on Dec 08, 2005 at 21:21 UTC ( [id://515385]=note: print w/replies, xml ) Need Help??


in reply to What one-liners do people actually use?

From my aliases file:
alias lssize="ls | perl -e 'print for sort {length (\$a) <=> length (\ +$b)} <>'" alias L="ls -l | perl -pe 's/^(.{78})...*/\$1>/;' | page"
But I write more one-liners in the shell, or in AWK.
Perl --((8:>*

Log In?
Username:
Password:

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

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

    No recent polls found