mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
wget.md: add quiet mode (#2026)
This commit is contained in:
parent
dcefcf1230
commit
1dc079ce24
@ -27,14 +27,10 @@
|
||||
|
||||
`wget --ftp-user={{username}} --ftp-password={{password}} {{ftp://example.com}}`
|
||||
|
||||
- Limit download speed to 200 kB/s:
|
||||
|
||||
`wget --limit-rate={{200k}} {{https://example.com}}`
|
||||
|
||||
- Continue an incomplete download:
|
||||
|
||||
`wget -c {{https://example.com}}`
|
||||
|
||||
- Retry a given number of times if the download doesn't succeed at first:
|
||||
- Enable quiet mode to suppress output:
|
||||
|
||||
`wget -t {{number_of_retries}} {{https://example.com}}`
|
||||
`wget -q {{https://example.com}}`
|
||||
|
Loading…
Reference in New Issue
Block a user