Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-20 00:19:35 +00:00
parent 71df8c1728
commit d82ce1656b
2 changed files with 10 additions and 2 deletions

View File

@@ -14,4 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
- Scan an image and save it to a file:
`scanimage --format {{pnm|tiff|png|jpeg}} > {{path/to/new_image}}`
`scanimage --format {{pnm|tiff|png|jpeg|pdf|...}} > {{path/to/new_image}}`
- Specify the device to scan from:
`scanimage {{[-d|--device]}} {{device_name}} > {{path/to/new_image}}`
- Specify resolution for the scanned image (default resolution is 75dpi):
`scanimage --resolution {{300}} > {{path/to/new_image}}`

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Download files from the Web.
> Supports HTTP, HTTPS, and FTP.
> More information: <https://www.gnu.org/software/wget>.
> More information: <https://www.gnu.org/software/wget/manual/wget.html>.
- Download the contents of a URL to a file (named "foo" in this case):