stan131 has asked for the wisdom of the Perl Monks concerning the following question:
--I have log files on HP-UNIX Servers.
--I need to search these log files for strings e.g ( I provide an input string, it should search for exact match and fetch back 100 lines before and after the match string).
--My perl code needs to run on Windows XP machine. Unix box can be accessed only via SSH.
I need some direction how should I go about doing this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SSH to Unix and search files for string
by Corion (Patriarch) on Oct 12, 2009 at 07:07 UTC | |
by insaniac (Friar) on Oct 12, 2009 at 11:31 UTC | |
|
Re: SSH to Unix and search files for string
by mickep76 (Beadle) on Oct 12, 2009 at 08:45 UTC | |
|
Re: SSH to Unix and search files for string
by salva (Canon) on Oct 12, 2009 at 13:37 UTC |