wget
where will wget save the downloaded file? when i issued wget i did it like this: wget -vb file just like that!
where will wget save the downloaded file?
when i issued wget i did it like this: wget -vb file
just like that!
when i issued wget i did it like this: wget -vb file
just like that!
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
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.
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.