Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 317 Bytes

log.md

File metadata and controls

9 lines (5 loc) · 317 Bytes

log show --last 1d | grep "Wake reason"

log show --last boot | grep -i i2c

显示除了苹果之外的驱动加载:kextstat | grep -v "com.apple"
查看加载的非官方驱动: kextstat | grep -v "com.apple" | grep -v "Energy"

kextstat | grep -v "com.apple" | awk '{print $6,$7}' | column -t