Skip to content

Instantly share code, notes, and snippets.

@devzer01
Created August 1, 2020 05:21
Embed
What would you like to do?
osx boot log
sudo log show --predicate "processID == 0" --start $(date "+%Y-%m-%d") --debug
alias bootlog='sudo log show --predicate "processID == 0" --start $(date "+%Y-%m-%d") --debug'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment