Tag: zip

How to Zip and Unzip via SSH

Posted on March 6, 2021March 7, 2021 by J OWL Farand
  1. zip archive-name.zip your-file.php your-file.php your-file.php

    In order to compress a directory, use this syntax:

    zip -r archive-name.zip /directory-name
  2. This command is used for .zip file decompression:

    unzip archive-name.zip

Source

Posted in #downloadTHISweb, download this webTagged #commandline, #linux, #ssh, #zip, commandline, linux, ssh, zipLeave a Comment on How to Zip and Unzip via SSH
Proudly powered by WordPress | Theme: ghostnation by J. OWL Farand.