mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 06:57:24 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Archive a file keeping the input file:
|
||||
|
||||
`p7zip {{[-k|--heep]}} {{path/to/file}}`
|
||||
`p7zip {{[-k|--keep]}} {{path/to/file}}`
|
||||
|
||||
- Decompress a file, replacing it with the original uncompressed version:
|
||||
|
||||
@@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Decompress a file keeping the input file:
|
||||
|
||||
`p7zip {{[-d|--decompress]}} {{[-k|--heep]}} {{compressed.ext}}.7z`
|
||||
`p7zip {{[-d|--decompress]}} {{[-k|--keep]}} {{compressed.ext}}.7z`
|
||||
|
||||
- Skip some checks and force compression or decompression:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user