-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Support Bash Process Substitution #4340
Comments
The current implementation that reads the file list and extracts the filenames Supporting this use case will first require a rewrite of the function that extract the filenames. |
Of all standard compressors the most reasonable response presented lzip.
Maybe similar, crear, descriptive, though brief message would suffice. |
The issue seems that it's not possible to just write a If an output was specified, it would work :
Point taken that, when no output is provided and the operation fails, Another solution would be statically decide a message, like edit: new error message, more explicit for process substitution, at #4349:
|
The process substitution is essentially a pipe so these are not regular files.
Or something similar. |
the
--filelist=FILE
option is great to bypass command line length limits if a lot of files like for the dictionary training thing. But instead of requiring physical file which is annoying to have lying around, bash process substituitons are great! Something like:but this won't work because zstd says:
. Seems zstd does some sort of check that required FILE to actually be a text file.
The text was updated successfully, but these errors were encountered: