Forum Moderators: DixonJones

Message Too Old, No Replies

Do you know any of SHH client that could do this

         

niekas

9:32 am on Apr 7, 2004 (gmt 0)

10+ Year Member



sometimes i like to monitor my logs live - just use command "less logfile" + F on CRTsecure.

I have configured my apache that it logs only dynamic pages - so i can keep an eye on my forums without being there.

My question: Is there any client that would allow you to customize SHH session and let you highlight lines containing specific keywords.

For example highlight the line (or beep) if there is POST submit entry in the log.

Or maybe i could somehow extract those lines from live log file to temporary file? I'm not much of a linux expert - i'd greatly appreciate if you could point me into right direction in writing such script.

niekas

2:07 am on Apr 8, 2004 (gmt 0)

10+ Year Member



figured it out

tail -f access_log ¦ egrep "POST"