• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

lrzuntar Command Examples in Linux

by Deepika

lrzuntar is a wrapper script for the lrunzip decompression program, designed to simplify the process of decompressing directories. The lrzuntar script automates the process of decompressing a .lrz file and then extracting the contents of the resulting tar archive. This allows the user to quickly and easily decompress a directory archive created using lrzip and lrztar. The lrzuntar script provides a convenient and user-friendly interface to the lrunzip program, making it easy for users to decompress large archive files, even if they are not familiar with the command-line syntax of lrunzip. The lrzuntar script is particularly useful for large-scale data restoration and archiving tasks, as it provides an easy way to decompress entire directory trees from an archive file. By using lrunzip for the decompression step, the process is likely to be much faster and more efficient than would be obtained using other decompression tools.

lrzuntar Command Examples

1. Decompress from a file to the current directory:

# lrzuntar path/to/archive.tar.lrz

2. Decompress from a file to the current directory using a specific number of processor threads:

# lrzuntar -p 8 path/to/archive.tar.lrz

3. Decompress from a file to the current directory and silently overwrite items that already exist:

# lrzuntar -f archive.tar.lrz

4. Specify the output path:

# lrzuntar -O path/to/directory archive.tar.lrz

5. Delete the compressed file after decompression:

# lrzuntar -D path/to/archive.tar.lrz

Filed Under: Linux

Some more articles you might also be interested in …

  1. gh run: View, run and watch recent GitHub Actions workflow runs
  2. How to uninstall cmake package from Ubuntu
  3. linkchecker Command Examples
  4. “glab repo” Command Examples
  5. “git format-patch” Command Examples
  6. cmp: Compare two files byte by byte
  7. e4defrag: command not found
  8. direnv: Shell extension to load and unload environment variables depending on the current directory
  9. virt-manager Command Examples in Linux
  10. gobuster Command Examples

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright