Last active
April 26, 2020 21:41
-
-
Save Swipe650/84d1915db364b8d7b366450c5c56fdf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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