diff --git a/README.md b/README.md index 841f720..998c81b 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