From 35b4d8b4867fcbbd1695541e07a48fad9baa782c Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 30 Oct 2023 17:32:53 +0100 Subject: [PATCH] 7-zip: made command easier to use --- wiki/linux/7-zip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/linux/7-zip.md b/wiki/linux/7-zip.md index f696bfc..752e045 100644 --- a/wiki/linux/7-zip.md +++ b/wiki/linux/7-zip.md @@ -25,7 +25,7 @@ This command uses [expansion](/wiki/linux/shell.md#expansion). The directory is not deleted automatically afterwards. ```sh -7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on directory +7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on directory{.7z,} ``` To uncompress it run the following command.