mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 00:48:29 +01:00
commit
73a8b99110
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ wget http://path.to.the/file
|
|||
# To download a file and change its name
|
||||
wget http://path.to.the/file -o newname
|
||||
|
||||
# To continue an aborted downloaded
|
||||
wget -c http://path.to.the/file
|
||||
|
||||
# To download multiples files with multiple URLs
|
||||
wget URL1 URL2
|
||||
|
||||
|
|
Loading…
Reference in a new issue