Most viewed posts
LINUX COMMANDS
Search
Linux Command: wget
| See the examples |
wget [options] [urls]
-D domainlist, --domains=domainlist |
Examples: |
wget -c http://www.example.com/large.file Continue downloading a partially downloaded file
wget -r -A jpg,jpeg www.xyz.org Download only jpg and jpeg files to the current directory (5 levels deep by default) wget -r -nd -np -l 1 -A '*.jpg' www.xyz.org Download only jpg files to the current directory (1 level deep) echo 'wget url' | at 01:00 Download url at 1AM to current dir wget --limit-rate=20k url Do a low priority download (limit to 20KB/s in this case)
|
default
Submitted by Anonymous on Sun, 05/06/2012 - 19:38.