-
Notifications
You must be signed in to change notification settings - Fork 10
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
recursive AND list #10
Comments
This is a bit tricky, I think- the archives are not unpacked when using the |
Hm, maybe -l should warn when it is run with -r as well? "Warning: cannot list contents of archives recursively"? Or even refuse to run, considering them incompatible arguments. Although it would be cool to make this work, but I don't see how without unpacking. Especially given the differences between archives; some (like tar) can handle unpacking just a single subfile, but I'm not sure that they can all do that. |
+1 for outputting a warning or throwing an error. However, the program should never unpack files when only asked to list, even if it would be in a cache directory, because it would take energy and space while the user doesn't expect it. |
The -l switch doesn't work recursively.
The text was updated successfully, but these errors were encountered: