Difference between revisions of "Wget"
From Useful Things
(Created page with "== Common arguments == <code>-O</code> output file = Download a file to a specific location = <source lang="bash"> wget http://www.google.com/ -O /dev/null </source>") |
(No difference)
|
Revision as of 23:33, 9 July 2014
Common arguments
-O output file
Download a file to a specific location
wget http://www.google.com/ -O /dev/null