Forrest logo
back to the lrzuntar tool

lrzuntar:tldr:37b2a

lrzuntar: Specify the output path.
$ lrzuntar -O ${path-to-directory} ${archive-tar-lrz}
try on your machine

This command is used to extract the contents of a tar.lrz archive file. Here's how it works:

  • lrzuntar is the command used to extract files from a tar.lrz archive.
  • -O is an option used to specify the directory where the extracted files should be placed. ${path-to-directory} is a placeholder that should be replaced with the actual path to the desired directory.
  • ${archive-tar-lrz} is a placeholder that should be replaced with the path to the tar.lrz archive file that you want to extract.

Once you execute this command with the appropriate values filled in, the contents of the tar.lrz archive will be extracted to the specified directory.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the lrzuntar tool