Difference between revisions of "Xz -T0"
Jump to navigation
Jump to search
(Removed redirect to Xz) Tag: Removed redirect |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | [[xz]] -v [[-T0]] file_to_compress[[.tar]] | ||
+ | xz -T0 | ||
+ | DIR="YOUR_DIR" [[bash -c]] '[[tar c]] "$DIR" | xz -T0 -c > "$DIR".tar.xz && ls -lh "$DIR".tar.xz' | ||
+ | == Activities == | ||
+ | * Compress your file using single [[thread]] xz and compress same file using all your available threads [[xz]] -T0 | ||
+ | == Related == | ||
+ | * <code>[[parallel -j]]</code> | ||
− | {{xz}} | + | == See also == |
+ | * {{xz}} | ||
+ | |||
+ | [[Category:xz]] |
Latest revision as of 13:37, 14 August 2024
Advertising: