Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent behavior with lz4 using tar (STDOUT) #38

Open
andretf opened this issue Dec 24, 2018 · 0 comments
Open

Inconsistent behavior with lz4 using tar (STDOUT) #38

andretf opened this issue Dec 24, 2018 · 0 comments

Comments

@andretf
Copy link

andretf commented Dec 24, 2018

tar -I lz4mt -cf tcc.tar.lz4 * is inconsistent with -l lz4. It's currently writing the content in the disk by its own as a default instead of passing to STDOUT when no output filename is provided. As a result I'm getting a file named "stdin" and an empty "tcc.tar.lz4". Forcing STDOUT with -c correct the behavior:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant