failed to execute child process (argument list too long)
Status: Abandoned
Brought to you by:
gt67
When I try to extract all 57198 files from a zip archive (Android NDK in my case) I get an error "failed to execute child process "unzip" (argument list too long)".
Works fine from terminal "unzip archivename.zip". E.g. maybe it's a good idea to check if all files are going to be extracted and if "yes" then just use plain unzip archivename command?
version 0.5.4. Debian Jessie 64 bit.