Skip to content

Instantly share code, notes, and snippets.

@nickcheng
Last active December 16, 2019 05:41
Show Gist options
  • Save nickcheng/4b16f693b04809a557c54574bff632d3 to your computer and use it in GitHub Desktop.
Save nickcheng/4b16f693b04809a557c54574bff632d3 to your computer and use it in GitHub Desktop.
Getting start/end time of your computer.
# 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