How can i unzip a file and overwrite all files within any matching directory or subdirectorys files?
                I want to use the custom command "unzip "!"" and have it overwrite any files that are conflicting with no prompt. When i try to use this command on a zip when the root directory the zip is in (wordpress plugins directory) already contains plugin files, the command just times out. If the directory is empty and no pre-existing plugin files are there, it extracts perfectly fine.
How can i modify the "Unzip "!"" custom command to overwrite any existing files without a prompt?
            
        How can i modify the "Unzip "!"" custom command to overwrite any existing files without a prompt?