Currently, if a file exists, unzip will prompt, which is usually the wrong thing. So the -o -f flags should be passed, optionally controlled with $overwrite and $freshen or whatever.
I think the default should be -o -f so unzip doesn't try to prompt, but #83 is enough for my needs. Please close if you don't plan to change the default. Thanks!
Currently, if a file exists,
unzip
will prompt, which is usually the wrong thing. So the-o -f
flags should be passed, optionally controlled with$overwrite
and$freshen
or whatever.