Skip to content

Instantly share code, notes, and snippets.

@roktas
Created September 18, 2014 13:15
Show Gist options
  • Save roktas/6f1d833cf5aa62d91eb4 to your computer and use it in GitHub Desktop.
Save roktas/6f1d833cf5aa62d91eb4 to your computer and use it in GitHub Desktop.
seconds from last aptitude update
bash -c 'echo $(($(date +%s) - $(stat -c '%Y' /var/lib/aptitude/pkgstates)))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment