Return to Snippet

Revision: 5134
at February 13, 2008 18:11 by zingo


Initial Code
system_profiler SPPowerDataType | awk '/Full/ || /Remaining/ || /Cycle/ { printf }' | sed -e 's/[^:]*/Battery/' -e 's/ *R.*):./\//' -e 's/ *Cycle/ (mAh)     Cycle/'

Initial URL


Initial Description


Initial Title
Get Infos on Battery on OSX

Initial Tags
osx

Initial Language
Bash