Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Need help copying "logs" to another file. -- oneliner

by haukex (Archbishop)
on Mar 29, 2017 at 13:17 UTC ( [id://1186376]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Need help copying "logs" to another file. -- oneliner
in thread Need help copying "logs" to another file.

Good point :-) Less expensive:

perl -ne 'INIT{@ARGV=grep{!/filename_exclude_pat/}@ARGV} /line_include +_pat/&&print' /path/*.log >output.txt

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-24 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found