mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-03 11:32:17 +01:00
commit
55e7181d87
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
wget http://path.to.the/file
|
||||
|
||||
# To download a file and change its name
|
||||
wget http://path.to.the/file -o newname
|
||||
wget http://path.to.the/file -O newname
|
||||
|
||||
# To download a file into a directory
|
||||
wget -P path/to/directory http://path.to.the/file
|
||||
|
|
Loading…
Reference in a new issue