在使用 linux centos 6,64 时,希望 wget 给出按 file1.txt file2.txt file3.txt 等顺序命名的结果文件,而不是以原始名称保存。为此需要添加哪个命令?谢谢
答案1
下列操作有效:
wget -O file1.txt http://website/filename.txt
在使用 linux centos 6,64 时,希望 wget 给出按 file1.txt file2.txt file3.txt 等顺序命名的结果文件,而不是以原始名称保存。为此需要添加哪个命令?谢谢
下列操作有效:
wget -O file1.txt http://website/filename.txt