[REBOL] Re: Pulling apart a mib file
From: greggirwin:mindspring at: 27-Nov-2002 13:21
Hi Francois,
FPacn> I'm trying to speed up the process of creating snmptrap tests out of a mib
FPacn> file. Right now I'm simulating every trap that can be sent from a list of
FPacn> MIBs. What would be good is if someone could tell me how to wade through
FPacn> this using rebol. (right now its a mixture of grep, awk etc...)
You might want to use PARSE to tackle this, but if you're an AWK
person, I have a pseudo AWK tool written in REBOL (RAWK), which you
could use. Your rules and actions are REBOL, so you can think in REBOL
while getting the benefits of how AWK works.
Contact me directly if you're interested.
-- Gregg