jarves 0 Posted March 3, 2005 where will wget save the downloaded file? when i issued wget i did it like this: wget -vb file just like that! Share this post Link to post
gfolkert 0 Posted March 3, 2005 man wget wget -vb http://some.url.for.some/file/to/dl it would put file "dl" in the present directory you are in. So if you are in "/home/jarves/" the file will be "/home/jarves/dl" Hope this helps. Share this post Link to post