Sunday, April 17, 2005

Redirect standard error to standard out example:

wget --timeout=2 --tries=1 -O /tmp/test.html http://test.com/ 2>&1

No comments: