Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-10 00:21:37 +00:00
parent 15848b0938
commit 9420175cb8
27 changed files with 159 additions and 74 deletions

View File

@@ -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.):