Skip to content

Instantly share code, notes, and snippets.

@ezfe
Created May 29, 2018 18:12
Show Gist options
  • Save ezfe/51725b2eae3e29e377d129aebe7cdc67 to your computer and use it in GitHub Desktop.
Save ezfe/51725b2eae3e29e377d129aebe7cdc67 to your computer and use it in GitHub Desktop.
#!/bin/sh
filter='subsystem contains "com.apple.TimeMachine"'
log show --style syslog --info --last 12h --predicate "$filter"
log stream --style syslog --info --predicate "$filter"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment