And if you have homebrew and GNU sed handy:/usr/sbin/ioreg -i -w 0 -f -r
-c AppleSmartBattery|gsed -nE
'/BatteryData/{s/^.+DesignCapacity.=//;s/,.*$//p } ' For some reason the
OS/X sed doesn't like the curly braces, even though the manual claims
that...