Difference between revisions of "CentOS 8.x zip command"
From Notes_Wiki
(Created page with "<yambe:breadcrumb self="zip command">CentOS 8.x Desktop tools or applications|Desktop tools or applications</yambe:breadcrumb> =CentOS 8.x zip command= To create a zip file o...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x Desktop tools or applications|Desktop tools or applications]] > [[CentOS 8.x zip command|zip command]] | |||
To create a zip file on command line use: | To create a zip file on command line use: | ||
Line 6: | Line 5: | ||
zip -rq <zip-file> <files-and-folders-to-be-zipped> | zip -rq <zip-file> <files-and-folders-to-be-zipped> | ||
</pre> | </pre> | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x Desktop tools or applications|Desktop tools or applications]] > [[CentOS 8.x zip command|zip command]] |
Latest revision as of 04:16, 23 April 2022
Home > CentOS > CentOS 8.x > Desktop tools or applications > zip command
To create a zip file on command line use:
zip -rq <zip-file> <files-and-folders-to-be-zipped>
Home > CentOS > CentOS 8.x > Desktop tools or applications > zip command