wget “http://flakejfl2ke3jrlwkefj38j2ofiwejfoifjalsdkfje3fklwje.exe“ 长。
我如何将其保存为我自己的名字?
答案1
wget http://longname -O short_name
答案2
本着授人以渔的精神:
man wget
答案3
使用 -O 选项:
wget -O myfile.html http://www.google.com/
wget “http://flakejfl2ke3jrlwkefj38j2ofiwejfoifjalsdkfje3fklwje.exe“ 长。
我如何将其保存为我自己的名字?
wget http://longname -O short_name
本着授人以渔的精神:
man wget
使用 -O 选项:
wget -O myfile.html http://www.google.com/