wget command useful to download files. Sometimes we needed to write wget output to file which can be verified later if there is any issues in downloading files.

It can be done by specifying  -o   while issuing wget command:
wget -o http://anysite/path-to-the-file

 


Comments (0)
Leave a Comment

loader Posting your comment...