Difference between revisions of "Thrift Store Fun Facts"

From FreekiWiki
Jump to navigation Jump to search
(New page: Thrift Store Fun Facts is a collection of random bits of information that will occasionally be useful in the thrift store. ==Checking Battery Life== If a laptop still has the test result ...)
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
==Checking Battery Life==
 
==Checking Battery Life==
 
If a laptop still has the test result file in place, the following command will tell you the attery life in minutes:
 
If a laptop still has the test result file in place, the following command will tell you the attery life in minutes:
<code>wc -l bat_mon</code>
+
wc -l bat_mon
 +
 
 +
[[category: Thrift Store]]

Latest revision as of 11:23, 30 April 2010

Thrift Store Fun Facts is a collection of random bits of information that will occasionally be useful in the thrift store.

Checking Battery Life

If a laptop still has the test result file in place, the following command will tell you the attery life in minutes:

wc -l bat_mon