How can i unzip a file and overwrite all files within any matching directory or subdirectorys files?
I am trying to overwrite a plugin in the plugins folder of a wordpress website using the custom command: unzip "!". There is a matching folder for the plugin already there and already filed with files of the same name. I want to overwrite all files within the plugins install folder directory and all subdirectories within with no prompts.
I've tried unzip "!" -x -o, but the connection just seems to timeout. How can i set it up so that it extracts and overwrites everything without timing out?
I've tried unzip "!" -x -o, but the connection just seems to timeout. How can i set it up so that it extracts and overwrites everything without timing out?