Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-28 00:18:38 +00:00
parent 9fe6559a97
commit a3692d638b
77 changed files with 334 additions and 180 deletions

View File

@@ -20,9 +20,9 @@ source: https://github.com/tldr-pages/tldr.git
`lp -d {{printer_name}} {{path/to/filename}}`
- Print N copies of file to default printer (replace N with desired number of copies):
- Print `n` copies of a file to the default printer:
`lp -n {{N}} {{path/to/filename}}`
`lp -n {{n}} {{path/to/filename}}`
- Print only certain pages to the default printer (print pages 1, 3-5, and 16):