How to use "wget" to save a file as a different name
wget "http://flakejfl2ke3jrlwkefj38j2ofiwejfoifjalsdkfje3fklwje.exe" is long.
How do I save it as my own name?
Solution 1:
wget http://longname -O short_name
Solution 2:
In the spirit of teaching a man to fish:
man wget
Solution 3:
Use the -O option:
wget -O myfile.html http://www.google.com/