[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Free up space on /var
- Subject: RE: [cobalt-users] Free up space on /var
- From: Dom Latter <DLatter@xxxxxxxxxxxxxxx>
- Date: Tue Mar 27 21:36:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> tar cvf <filename.tar> <filename>
>
> Then:
>
> gzip <filename.tar>
Both in one go:
tar czvf <filename.tz> <filename>
NB the "z" flag which means "pass through zip".