in reply to Multi-format Log Parser

Very nice! This would be wonderful if I could get it to run.. perl 5.00502. Are you doing anything with 5.6? Lots of other perl utils run fine. Getopts seems to eat perl's -w..

bash-2.02# which logparse
/root/bin/logparse
bash-2.02# logparse
bash: /root/bin/logparse: No such file or directory

Replies are listed 'Best First'.
Re: Re: Multi-format Log Parser
by blakem (Monsignor) on Nov 14, 2001 at 03:53 UTC
    Often that message means that the #! line in the script isn't pointing to a real file. Where is your perl located? Do you have a /usr/bin/perl like the script assumes?

    -Blake