The unxz command is used to decompress files compressed with the xz format ".xz" or the lzma format ".lzma". Its functionality is equivalent to running xz -d.
The basic syntax for the unxz command is as follows:
unxz [OPTIONS] FILE .
Common options for the unxz command include:
$ unxz * |
This command will decompress all files with either the ".xz" or ".lzma" extension in the current directory.
For more unxz examples and options, you can refer to the provided link.