mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 17:50:02 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,11 +12,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Download the contents of a URL to a file using multiple threads (default behavior differs from `wget`):
|
||||
|
||||
`wget2 {{https://example.com/foo}}`
|
||||
`wget2 {{https://example.com/resource}}`
|
||||
|
||||
- Limit the number of threads used for downloading (default is 5 threads):
|
||||
|
||||
`wget2 --max-threads {{10}} {{https://example.com/foo}}`
|
||||
`wget2 --max-threads {{10}} {{https://example.com/resource}}`
|
||||
|
||||
- Download a single web page and all its resources (scripts, stylesheets, images, etc.):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user