Skip to content

Instantly share code, notes, and snippets.

@wjhopper
Created September 25, 2015 11:38
Show Gist options
  • Save wjhopper/43d129d1419d2fb67ea4 to your computer and use it in GitHub Desktop.
Save wjhopper/43d129d1419d2fb67ea4 to your computer and use it in GitHub Desktop.
searching the apt log
cat /var/log/dpkg.log |awk '/ removed / {printf "%s\n",$0}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment