Skip to content

Instantly share code, notes, and snippets.

@jhrcz
Created November 30, 2013 21:19
Show Gist options
  • Save jhrcz/7724634 to your computer and use it in GitHub Desktop.
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.
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