You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When extracting or listing contents, I think it would be valuable to be able to give multiple archive names as part of the same command.
I wonder if this could improve speed too when unarchiving a lot of files -- this may be the case if a lot of the runtime is setup and shutdown and the extraction itself is fast.
At the moment if I try to list several archives it lists the first then stops. If I try to extract several archives it does nothing at all. No error message or warning or error exit code in either case.
The text was updated successfully, but these errors were encountered:
If you put several arguments, then it uses the list as filenames to extract from the archive (just as unzip does, I seem to remember). So I shall need to think about that one.
Ah, I see. That makes sense too. The only ones I've been working with so far have been CFS, which as far as I can tell is only ever a single file at a time, so I've been very much in gunzip mode.
Yes, CFS is only ever one file.
I was thinking about ways to implement this that would make sense with other archive types, but I think it will all get too confusing. So I'm going to close this one, if that's OK.
When extracting or listing contents, I think it would be valuable to be able to give multiple archive names as part of the same command.
I wonder if this could improve speed too when unarchiving a lot of files -- this may be the case if a lot of the runtime is setup and shutdown and the extraction itself is fast.
At the moment if I try to list several archives it lists the first then stops. If I try to extract several archives it does nothing at all. No error message or warning or error exit code in either case.
The text was updated successfully, but these errors were encountered: