Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: bootlog.txt shrinker

by a (Friar)
on Mar 09, 2001 at 10:25 UTC ( [id://63185]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while ($readline = <BOOTLOG>)
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      print "$readline" unless ($aok{$key}); # Check against %aok if its i
    +gnorable; if not, print.
      #print "$key = $val\n" unless ($aok{$key}); # if don't care about th
    +e "[mem addr]" part
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-24 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found