Hi,
I'd like to do some colored output in a shell script I'm doing, sending red messages when there's an error and green messages whene everything is ok. Is it posible?
Another thing: everytime I'm trying to fetch a webpage, it gives me an error of timeout (30 seconds execution). How can i trap it, and how could I change it, since I think it's taking more than 30 sec to download the page? socket_set_timeout is giving an error of not present in this build...
thanks in advance
marcelo