1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-02 15:07:45 +02:00

7-zip: made command easier to use

This commit is contained in:
tiyn 2023-10-30 17:32:23 +01:00
parent f9290d07f8
commit 507cc6fd56

View File

@ -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.