From db38ef51c35dba31b820a7c4752efbd8c4f08086 Mon Sep 17 00:00:00 2001 From: Aavtic Date: Sun, 9 Feb 2025 19:01:29 +0530 Subject: [PATCH] Added the -d flag to decompression command. When I tried to use the command specified in the README without the -d argument I got File note found error for the .tar file which should be generated. Now this works. Please let me know if I am mistaken. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bab3e0..88a53e7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ gets rid of the temporary tarfile. Uses a tempvar `lrzdir` which is unset automa #### Decompression for the kind of file from above: ```bash -lrzdir=directory; lrunzip -cdivvp `nproc` -o $lrzdir.tar $lrzdir.tar.bzip2-lrz; tar xvf $lrzdir.tar; rm -vf $lrzdir.tar +lrzdir=directory; lrunzip -cdivvp `nproc` -d -o $lrzdir.tar $lrzdir.tar.bzip2-lrz; tar xvf $lrzdir.tar; rm -vf $lrzdir.tar ``` Checks integrity, then decompresses the directory using all of the