LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   zip a folder (https://www.linuxquestions.org/questions/linux-newbie-8/zip-a-folder-329827/)

tjgadu 06-03-2005 01:59 AM

zip a folder
 
suppose i have a folder named FOLDER and I want to zip it together with the files it contains inside.

If i do gzip folder, Ii get an error messesage telling me that FOLDER is a directory..

How can i ahieve that?

bathory 06-03-2005 02:00 AM

Code:

tar czvf folder.tar.gz FOLDER
will do the trick


All times are GMT -5. The time now is 10:28 PM.