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.
This commit is contained in:
Aavtic 2025-02-09 19:01:29 +05:30
parent 1242aecfed
commit db38ef51c3

View file

@ -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