how to use wget download and rename
Linux632
description
Use wget in Linux to download the www.cmdhelp.com web page file and save it to /home/test/ and name it cmdhelp.html
command
wget -b "www.cmdhelp.com" -O /home/test/cmdhelp.html
parameter
wget : non-interactive network retriever -c : background download -O : save as file
result
Continuing in background, pid 1957. Output will be written to ‘wget-log’.