Linux中wget下载文件重新命名
Linux274
description
在Linux中使用wget下载www.cmdhelp.com网页文件储存至/home/test/,命名为cmdhelp.html
command
wget -b "www.cmdhelp.com" -O /home/test/cmdhelp.html
parameter
wget : 非交互式网络检索器 -c : 后台下载 -O : 保存为文件
result
Continuing in background, pid 1957. Output will be written to ‘wget-log’.