Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-04 00:24:38 +00:00
parent a44c60008a
commit 2bbe099b4f
7 changed files with 76 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ source: https://github.com/tldr-pages/tldr.git
> Lzip uses a simplified form of the "Lempel-Ziv-Markovchain-Algorithm" (LZMA) stream format and provides 3-factor integrity checking to maximize interoperability and optimize safety.
> More information: <https://www.nongnu.org/lzip/manual/lzip_manual.html#Invoking-lzip>.
- Archive a file, replacing it with with a compressed version:
- Archive a file, replacing it with a compressed version:
`lzip {{path/to/file}}`