From 2a60d6a0911b8976d4021ff8e193260647aae8ab Mon Sep 17 00:00:00 2001 From: Guilleag01 <51876317+Guilleag01@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:13:08 +0100 Subject: [PATCH] Update README.md --- README.md | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index d3aff80..26211d8 100644 --- a/README.md +++ b/README.md @@ -46,25 +46,24 @@ Notes: Algorithms noyed with (Best compression) were run with the options for be These were the commands used for each algorithm: -| Algorithm | Command | -| :----------------------- | :---------------------------------------- | -| 7ZIP | 7z a | -| LZ4 | tar c -I"lz4" -f | -| LZ4 (Best compression) | tar c -I"lz4 -12" -f | -| LZMA | tar c -I"lzma -T0" -f | -| LZMA (Best compression) | tar c -I"lzma -9 -T0" -f | -| PBZIP2 | tar c -Ipbzip2 -f | -| PGZIP | tar c -I"pigz" -f | -| PGZIP (Best compression) | tar c -I"pigz --best" -f | -| PLZIP | tar c -I"plzip" -f | -| PLZIP (Best compression) | tar c -I"plzip -9" -f | -| RAR | rar a | -| XZ | tar c -I"xz -T0" -f | -| XZ (Best compression) | tar c -I"xz -9 -T0" -f | -| ZIP | zip -r | -| ZSTD | tar c -I"zstd -T0" -f | -| ZSTD (Best compression) | tar c -I"zstd -19 -T0" -f | - +| Algorithm | Command | +| :----------------------- | :------------------------------------------ | +| 7ZIP | 7z a \ \ | +| LZ4 | tar c -I"lz4" -f \ \ | +| LZ4 (Best compression) | tar c -I"lz4 -12" -f \ \ | +| LZMA | tar c -I"lzma -T0" -f \ \ | +| LZMA (Best compression) | tar c -I"lzma -9 -T0" -f \ \ | +| PBZIP2 | tar c -Ipbzip2 -f \ \ | +| PGZIP | tar c -I"pigz" -f \ \ | +| PGZIP (Best compression) | tar c -I"pigz --best" -f \ \ | +| PLZIP | tar c -I"plzip" -f \ \ | +| PLZIP (Best compression) | tar c -I"plzip -9" -f \ \ | +| RAR | rar a \ \ | +| XZ | tar c -I"xz -T0" -f \ \ | +| XZ (Best compression) | tar c -I"xz -9 -T0" -f \ \ | +| ZIP | zip -r \ \ | +| ZSTD | tar c -I"zstd -T0" -f \ \ | +| ZSTD (Best compression) | tar c -I"zstd -19 -T0" -f \ \ | ## Results