1.

Solve : how to gzip a folder in unix?

Answer»

Hi ,

How to a gzip a folder in unix

plz can any one give me the ANSWER

its urgent

thnx
srinuUse the COMMAND:

tar -cvzpf file.tgz /file/DIRECTORY

Obviously, changing file.tgz to the file you want to create, and /file/directory to the directory of the folder you want to zip.

-Stephen



Discussion

No Comment Found