← 返回命令列表

Linux command

lrzuntar 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Extract a .tar.lrz archive

lrzuntar [archive.tar.lrz]

Extract to a specific output directory

lrzuntar -O [output_directory] [archive.tar.lrz]

说明

lrzuntar extracts whole tarballs from `.tar.lrz` files created by lrztar. It is identical to running `lrztar -d` and accepts the same options as lrzip for controlling decompression behavior.

参数

-O _directory_
Specify output directory for extracted files.
-f
Force overwrite of existing files.
-v
Verbose output.
-q
Quiet operation.
-h
Display help.

FAQ

What is the lrzuntar command used for?

lrzuntar extracts whole tarballs from `.tar.lrz` files created by lrztar. It is identical to running `lrztar -d` and accepts the same options as lrzip for controlling decompression behavior.

How do I run a basic lrzuntar example?

Run `lrzuntar [archive.tar.lrz]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -O _directory_ do in lrzuntar?

Specify output directory for extracted files.