Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-13 00:18:34 +00:00
parent ffbd8c31db
commit 904f7fe0c1
46 changed files with 228 additions and 157 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Append to the given files, do not overwrite:
`echo "example" | tee -a {{path/to/file}}`
`echo "example" | tee {{[-a|--append]}} {{path/to/file}}`
- Print `stdin` to the terminal, and also pipe it into another program for further processing: