mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
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:
parent
1242aecfed
commit
db38ef51c3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue