Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-11 00:21:58 +00:00
parent 9b844dc12b
commit f3773777cf
36 changed files with 230 additions and 99 deletions

View File

@@ -24,6 +24,10 @@ source: https://github.com/tldr-pages/tldr.git
`zstd -{{level}} {{path/to/file}}`
- Compress a file using an ultra-fast compression level, where 1=default:
`zstd --fast={{level}} {{path/to/file}}`
- Unlock higher compression levels (up to 22) using more memory (both for compression and decompression):
`zstd --ultra -{{level}} {{path/to/file}}`