Skip to content

Instantly share code, notes, and snippets.

@chris-kobrzak
Created February 20, 2020 17:09
Show Gist options
  • Save chris-kobrzak/cd50532e90f6eae3c2c1996fbf168395 to your computer and use it in GitHub Desktop.
Save chris-kobrzak/cd50532e90f6eae3c2c1996fbf168395 to your computer and use it in GitHub Desktop.
Search APT history on Debian systems
find /var/log/apt -name 'history.log*' -exec zgrep -- '<YOUR SEARCH TERM>' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment