• 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

lrunzip Command Examples in Linux

by Deepika

lrunzip is a large file decompression program designed to handle large files in a more efficient manner compared to other traditional file decompression tools. lrunzip operates on large archive files (e.g. .zip, .tar, .gz, etc.) and can decompress them in a parallel, chunk-by-chunk manner, rather than processing the entire archive as a single large file. This allows lrunzip to take advantage of multiple CPU cores and can lead to a significant speedup in decompression times for very large files. Additionally, lrunzip can also be used to decompress large archives in a streaming manner, which can be useful for systems with limited memory or for processing large files over a network. In summary, lrunzip is a powerful and efficient tool for decompressing large archive files and is well-suited for large-scale data processing tasks.

lrunzip Command Examples

1. Decompress a file:

# lrunzip filename.lrz

2. Decompress a file using a specific number of processor threads:

# lrunzip -p 8 filename.lrz

3. Decompress a file and silently overwrite files if they exist:

# lrunzip -f filename.lrz

4. Keep broken or damaged files instead of deleting them when decompressing:

# lrunzip -K filename.lrz

5. Specify output file name and/or path:

# lrunzip -o outfilename filename.lrz

Filed Under: Linux

Some more articles you might also be interested in …

  1. aspell: command not found
  2. debuild Command Examples in Linux
  3. manpath Command Examples in Linux
  4. renice Command Examples in Linux
  5. CentOS / RHEL 6 : How to Save iptables Rules
  6. Shell Script to print pyramid of Stars
  7. ctrlaltdel Command Examples in Linux
  8. size: command not found
  9. sudo Command Examples in Linux
  10. 2to3 – Automated Python 2 to 3 code conversion

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