Created
March 4, 2020 07:49
-
-
Save merrickluo/bf2e6005a7671099a732cb3b17b48f01 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
| #!/bin/bash | |
| # by Felix Yan <https://github.com/felixonmars> | |
| # stat of system update | |
| echo $(head -n1 /var/log/pacman.log | cut -d " " -f 1,2) 以来一共滚了 $(grep -c "full system upgrade" /var/log/pacman.log) 次 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment