Difference between revisions of "Xz -T0"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  xz -v -T0 file_to_compress[[.tar]]
 
  xz -v -T0 file_to_compress[[.tar]]
 
  xz -T0
 
  xz -T0
 +
 +
DIR="YOUR_DIR" [[bash -c]] 'tar c "$DIR" | xz -T0 -c > "$DIR".tar.xz && ls -lh "$DIR".tar.xz'
  
 
== See also ==
 
== See also ==

Revision as of 09:39, 19 January 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'

See also

Advertising: