Skip to content

Instantly share code, notes, and snippets.

@sookcha
Last active May 3, 2019 05:52
Show Gist options
  • Save sookcha/f1f61d1eb3b09899a3e6a3d1327998a8 to your computer and use it in GitHub Desktop.
Save sookcha/f1f61d1eb3b09899a3e6a3d1327998a8 to your computer and use it in GitHub Desktop.
Find out the time when the lid of MacBook was opened today
DATE=`date +%Y-%m-%d`
pmset -g log | grep -e Wake | grep $DATE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment