View Single Post
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#2126
Originally Posted by SavageBrat View Post
@ DarkGUNMAN ..thank you for your nice work.. I have a question though, as you can see my temp is alittle off but would it be possible to change the temp to Fahrenheit.
Had a quick look at the yahoo site.. seems you should add
/?unit=f
to the end of the url - there is a button on the site to change to farehheit.. obviously edit the regex to °F

Another little change to the regex for Low and High to account for more characters as well as minus figures.. eg

grep -o Low[:].[-0-9]*`°C
 

The Following 2 Users Say Thank You to [DarkGUNMAN] For This Useful Post: