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>") |
|||
| Line 2: | Line 2: | ||
<code>-O</code> output file | <code>-O</code> output file | ||
| − | = Download a file to a specific location = | + | == Download a file to a specific location == |
<source lang="bash"> | <source lang="bash"> | ||
wget http://www.google.com/ -O /dev/null | wget http://www.google.com/ -O /dev/null | ||
</source> | </source> | ||
Latest 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