Solaris gzip directory (5.10)

I know there is more than one way to skin a cat, but this one worked for me and its easy to understand.

To gzip the foo directory in Solaris:

tar cpf - foo > foo.tar && gzip foo.tar

~ by ityndall on October 16, 2010.

Leave a Reply