Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: VVP:Perl oneliners for Unix commands

by petral (Curate)
on Mar 13, 2002 at 19:40 UTC ( [id://151500]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ ls Hold/* |wc
    /bin/ksh: /usr/bin/ls: arg list too long
           0       0       0
    ...
    $ perl -lwe'@x=glob"Hold/*";print 0+@x'
    169170
    $
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-23 17:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found