- Forums
- Linux Hosting
- To Compress A File Or Folder Do This Command:
This Page Contains information about To Compress A File Or Folder Do This Command: By Webune in category Linux Hosting with 0 Replies. [1206], Last Updated: Mon Jun 24, 2024
Webune
Mon Apr 28, 2008
0 Comments
346 Visits
To compress a file or folder do this command:
in this example, i want to tar my web directory:
Code/Command:
tar -pczf web.tar.gz web/
Now to untar:
Code/Command:
tar xvfz web.tar.gz