Wget

From Useful Things
Revision as of 23:33, 9 July 2014 by Milosivanovic (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Common arguments

-O output file

Download a file to a specific location

wget http://www.google.com/ -O /dev/null