Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Extracting data from a messy file (slow performance)

by Anonymous Monk
on Aug 07, 2008 at 01:18 UTC ( [id://702775]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if [ `echo $line | grep "vmstat 2 60"  | wc -l` -eq 1 ]
    
  2. or download this
    if [ `echo $line | grep -c "vmstat 2 60"` -eq 1 ]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found