Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

perl onliner on multiple files

by abhay180 (Sexton)
on Feb 08, 2013 at 19:33 UTC ( [id://1017880]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    % perl -e ' while (<>) { if (/: /) {  $c += (split /: /)[0]; }  } prin
    +t "SUM.$ARGV =$c\n"' tmp_*
    
  2. or download this
    %perl -e ' while (<>) { if (/: /) {  $c += (split /: /)[0]; }  } print
    + "SUM.$ARGV =$c\n"' | xargs cat tmp_filelist
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1017880]
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found