Table of Contents

Redirect wget to STDOUT

The following command runs wget and sends the output to STDOUT instead of to a file. Useful for testing a URL's output.

wget -q -O - http://www.example.com/file.html

See Also

There are currently no other related pages in the wiki.

There are currently no links to other sites.