Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-03 00:18:44 +00:00
parent c556c421e4
commit a03cd9f584
16 changed files with 199 additions and 22 deletions

View File

@@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git
- Split into multiple files from `stdin`:
`gzip {{[-cd|--stdout --decompress]}} {{path/to/compressed_file.gz}} | split {{[-l|--lines]}} 1000 - {{path/to/output}}`
`gzip {{[-cd|--stdout --decompress]}} {{path/to/compressed_file.gz}} | split {{[-l|--lines]}} {{1000}} - {{path/to/output}}`