[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Tar Files and Password Files
- Subject: Re: [cobalt-users] Tar Files and Password Files
- From: Joe Kerns <joe@xxxxxxxxxxxxx>
- Date: Tue Mar 28 10:03:16 2000
> I think your syntax is incorrect.
>
> tar -czp --file=awardsjun.tar awardsjun
The original syntax would work if you add a slash at the end:
tar -c__f some.tar somedirectory/ where ___ = all your arguments
Joe