mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 08:50:10 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user