Difference between revisions of "Linux wget"

From John Freier
Jump to: navigation, search
(Created page with "== Download File as different name == wget http://example.com/file.txt -O newfile.txt")
 
(No difference)

Latest revision as of 10:08, 17 March 2016

Download File as different name

 wget http://example.com/file.txt -O newfile.txt