Last active
December 16, 2019 05:41
-
-
Save nickcheng/4b16f693b04809a557c54574bff632d3 to your computer and use it in GitHub Desktop.
Getting start/end time of your computer.
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
# Start | |
pmset -g log | grep "Lid Open" | |
# End | |
pmset -g log | grep "Clamshell" | |
# More Info | |
pmset -g log|grep -e " Sleep " -e " Wake " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment