xz -T0

From wikieduonline
Revision as of 09:42, 19 January 2024 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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[edit]

  • Compress your file using single thread xz and compress same file using all your available threads xz -T0

See also[edit]

Advertising: