17 November, 2023

Mac OS: Show Battery Cycle Count via Terminal

Here's a howto in the terminal:

# system_profiler SPPowerDataType | grep "Cycle Count" | awk '{print $3}'
# 777

No comments: