Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Resource for command line "one-liner" interpretation

by graff (Chancellor)
on May 15, 2003 at 01:31 UTC ( [id://258302]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    find . -name '*x*' -type f -printf '%s\n' | perl -ne 'chomp;$s+=$_ if(
    +$_>10240);END{print "$s\n"}'
    
  2. or download this
    find . -name '*x*' -type f -printf '%s\n' | sumcol -min 10240
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-18 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found