Skip to content

Instantly share code, notes, and snippets.

@Swipe650
Last active April 26, 2020 21:41
Show Gist options
  • Save Swipe650/84d1915db364b8d7b366450c5c56fdf6 to your computer and use it in GitHub Desktop.
Save Swipe650/84d1915db364b8d7b366450c5c56fdf6 to your computer and use it in GitHub Desktop.
# Since last upgrade
tac /var/log/pacman.log | sed -n '/full system upgrade/q;s/.*\[ALPM\] upgraded //p'
# Last 40 entries in pacman.log
expac --timefmt='%Y-%m-%d %T' '%l\t%n' | sort -hr | head -40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment