From 507cc6fd5616a9c8fd98ace0b6e4de8d34f09762 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 30 Oct 2023 17:32:23 +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 752e045..f696bfc 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,} +7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on directory ``` To uncompress it run the following command.