Skip to content

Instantly share code, notes, and snippets.

@merrickluo
Created March 4, 2020 07:49
Show Gist options
  • Select an option

  • Save merrickluo/bf2e6005a7671099a732cb3b17b48f01 to your computer and use it in GitHub Desktop.

Select an option

Save merrickluo/bf2e6005a7671099a732cb3b17b48f01 to your computer and use it in GitHub Desktop.
#!/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