Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: How can i unzip a file and overwrite all files within any matching directory or subdirectorys files?

Sorry, this is too broad question.
Why don't you use a regular SSH terminal?
Custom commands are intended for repeated tasks.
For one-off command, it's easier to use a regular SSH terminal.
jazir5

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?