On Tue, Feb 17, 2015 at 3:58 PM, Nicolas Sebrecht <nicolas.s-...@laposte.net> wrote: > On Tue, Feb 17, 2015 at 10:16:56PM +0100, Sławomir Nizio wrote: >> Hello, >> >> Your shell history, /var/log/entropy/entropy.log, *possibly* timestamp >> of files under /var/db/pkg or equo.sh from https://github.com/Enlik/misc. >>
Although it is based on informal time stamps, I've been using this command for years to display installed packages sorted by installation time: find /var/db/pkg/ -iname 'USE' -printf "%TY-%Tm-%Td %TH:%TM:%TS %P\n" | sort | less -M