From f3f4587115b501ee780cda35a5dbf8fd6a5a7a9c Mon Sep 17 00:00:00 2001 From: Guilleag01 <51876317+Guilleag01@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:14:29 +0100 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 26211d8..841f720 100644 --- a/README.md +++ b/README.md @@ -46,24 +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