I plan on creating a script which would help me with detecting long-time unused manually installed packages. For this, it would be neat though if I had a way of finding out the executed time for each executable under, e.g. /usr/bin/, /usr/local/bin/, ~/bin/…
atime (ls -ltu /usr/bin/) would not be an option for various reasons (access time does not mean it got executed, also noatime).