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

Re^3: perl onliner on multiple files

by 7stud (Deacon)
on Feb 08, 2013 at 23:54 UTC ( [id://1017906]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    $ perl -nE "/: / and $c += (split/: /)[0]; if( eof(ARGV) ){ say qq[SUM
    +.$ARGV =$c]; $c=0 }" tmp_*
    syntax error at -e line 1, near "+="
    syntax error at -e line 1, near "; ="
    Execution of -e aborted due to compilation errors.
    
  2. or download this
    $ c=10
    $ echo c
    ...
    The total is: 10
    $ echo 'The total is: $c'
    The total is: $c
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-26 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found