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:
1 | tar cpf - foo > foo.tar && gzip foo.tar |
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:
1 | tar cpf - foo > foo.tar && gzip foo.tar |
Leave a Reply