mirror of
https://github.com/cheat/cheat.git
synced 2024-12-19 03:05:06 +01:00
commit
55e7181d87
@ -2,7 +2,7 @@
|
|||||||
wget http://path.to.the/file
|
wget http://path.to.the/file
|
||||||
|
|
||||||
# To download a file and change its name
|
# 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
|
# To download a file into a directory
|
||||||
wget -P path/to/directory http://path.to.the/file
|
wget -P path/to/directory http://path.to.the/file
|
||||||
|
Loading…
Reference in New Issue
Block a user