--
http://dreev.es -- search://"Daniel Reeves"
Follow the Yellow Brick Road -- http://beeminder.com
mysql -u USER -pPSW etherpad_lite -e 'select store.key from store' |
grep -Eo '^pad:[^:]+' | sed -e 's/pad://' | sort | uniq -c | sort -rn
| awk '{if ($1!="2") {print $2 }}'
We couldn't see a way to sort it by last modification time.