wget
This is a discussion about wget in the Everything Linux category; 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 in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Mar 3
Mar 3
0
<1 minute
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.