Home / Hosting Cron Jobs / Unzip a zip archive from a directory to another directory and overwrite the files that are already there

Unzip a zip archive from a directory to another directory and overwrite the files that are already there

unzip -o /home2/walkwith/novemberbackup.zip -d /home2/walkwith/public_html

Top