From d82ce1656ba00c13f2986c21c42ccb67fb3d3a7d Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Wed, 20 Aug 2025 00:19:35 +0000 Subject: [PATCH] Update cheatsheets --- tldr/linux/scanimage | 10 +++++++++- tldr/wget | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/tldr/linux/scanimage b/tldr/linux/scanimage index 08263afb..63fe2244 100644 --- a/tldr/linux/scanimage +++ b/tldr/linux/scanimage @@ -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}}` diff --git a/tldr/wget b/tldr/wget index d40c5d1b..ad6f7fbd 100644 --- a/tldr/wget +++ b/tldr/wget @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Download files from the Web. > Supports HTTP, HTTPS, and FTP. -> More information: . +> More information: . - Download the contents of a URL to a file (named "foo" in this case):