Created
November 30, 2013 21:19
-
-
Save jhrcz/7724634 to your computer and use it in GitHub Desktop.
list latest messages in pidgin - whis is useful when new message notification window is accidentaly closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls -l -d --time-style long-iso ~/.purple/logs/jabber/*/* | awk '{print $6 " " $7 " " $8 }' | sort | tail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment