Friday, August 13, 2010

pidgin log view

view pidgin logs for last 1 day

this is for the lazy users who want to check the last few chat messages
and respond

you need to enable logging.
go to your .purple directory usually in $HOME or give that path and find

this shows you the previous days chat messages till now.

find logs -mtime -2 -a -type f|xargs ls -tr|xargs elinks -dump -no-references|less

No comments:

Post a Comment