Whenever I run this bash script
I get this out put
Long story short it causes an infinite loop issue that locks me out of the net till I go force quit on allot of things
Code:
lynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?query=29526|awk '/Temp/{printf $2, ": "; for (i=3; i<=3; i++) printf $i " " }'
I get this out put
Code:
59.0?F Tardis:~ pete$
Long story short it causes an infinite loop issue that locks me out of the net till I go force quit on allot of things