Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:wget_to_stdout [2010/02/11 14:18]
Joel Dare
linux:wget_to_stdout [2020/06/01 22:53] (current)
Line 1: Line 1:
 +====== 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.
 +
 +===== Outside Links =====
 +
 +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)