Which tool to view log file and search keywords

I’m trying to check the LuaUPnP.log by ssh to veralite. Seems like the less command is not able to search keywords (or I just don’t know how)… vim is able to do that but miss some functions. Any suggestions about checking the log for debug? Thanks

Check out the InfoViewer plugin:

http://forum.micasaverde.com/index.php/topic,13477.0.html

The ELVira spreadsheet is an option too.

http://forum.micasaverde.com/index.php?topic=30265.0

Thanks guys, let me try it :wink:

grep -i -n 'WhatEver SearchTerm' LuaUPnP.log | more