Quote:
Originally Posted by curleb
you need a perl script to do this? :
Code:
grep -v 'STATUS_ID: 10 ' ${file:-"/home/jhenson/log_fantastic"}
Or is there more to it...?
|
oh theres more to it. i coulda easily done this through shell programming. but this needs to be done in
perl. on top of grepping out the wanted status ids, i goto set it up in fields. thanks a million for your suggestion