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.

comments powered by Disqus
linux/wget_to_stdout.txt · Last modified: 2020/06/01 22:53 (external edit)