📜  苹果时间机器日志 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:27.804000             🧑  作者: Mango

代码示例1
Stream the log, live (like tail):

log stream --style syslog  --predicate 'senderImagePath contains[cd] "TimeMachine"' --info

Don't stream, just show the log and exit:

log show --style syslog  --predicate 'senderImagePath contains[cd] "TimeMachine"' --info