/ Published in: Bash
Downloads a file from the web to a specified directory
Expand |
Embed | Plain Text
wget -P [directory name] [url]
You need to login to post a comment.
bitfed on 09/19/12
1 person have marked this snippet as a favorite
Downloads a file from the web to a specified directory
wget -P [directory name] [url]
You need to login to post a comment.