Difference between revisions of "Xz -T0"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
== Activities == | == Activities == | ||
* Compress your file using single [[thread]] xz and compress same file using all your available threads [[xz]] -T0 | * Compress your file using single [[thread]] xz and compress same file using all your available threads [[xz]] -T0 | ||
+ | |||
+ | == Related == | ||
+ | * [[parallel -j]] | ||
== See also == | == See also == |
Revision as of 10:04, 14 August 2024
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
See also
- Data compression: LZMA,
xz, unxz
,xz -t, xz -q, xz -T0, xz -9, zstd
, Igor Pavlov
Advertising: