You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You dropped CycleCount, va3paw. I added that and some charging info:
(date; /usr/sbin/ioreg -l | egrep "CycleCount|Capacity|Temperature|Charg" ) >> ~/batlog.dat
Caveat: I haven't checked whatever parses the logs into csv.
Incidentally, specifying the full filepath might be a good idea. Maybe we should have a helper script for that, I don't know.
date >> ~/batlog.dat
/usr/sbin/ioreg -l | egrep 'CycleCount|Capacity' >> ~/batlog.dat
The text was updated successfully, but these errors were encountered: