xz & unxz Flashcards

1
Q

xz

A

xz is a general-purpose data compression tool with command line syntax similar to gzip(1) and bzip2(1).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

xz

  • z, –compress
  • d, –decompress
  • t, –test
  • l, –list
  • k, –keep
  • f, –force
A

xz

  • c, –stdout
  • 0 … -9
  • e, –extreme, Try to improve compression ratio by using more CPU time; Does not affect decompressor memory requirements.
  • T, –threads=NUM, Use at most NUM threads; the default is 1; set to 0 to use as many threads as there are processor cores.
  • q, –quiet
  • v, –verbose
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

unxz

A

Alias used to decompress FILEs in the .xz format. unxz stems from the xz command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly