[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tar query
i normally just do a tar zcf or tar jcf depending on if i wanted
compressed into a tar.gz or a tar.bz2
i rarely tar anything up that needs special treatment though, and i
much prefer relative paths but to each his/her own
Casey
On Thu, 24 Feb 2005 10:18:54 -0600, bntly.rhds <bentley.rhodes@gmail.com> wrote:
> hey whats a good line for TAR? i'm using # tar chpPf, and if i
> understand it correctly
> * c = compress or create
> * h = dereference the file the link points to but keep the link
> * p = same permissions
> * P = absolute paths, don't strip leading /
> * f = filename
>
> -
> To unsubscribe, send email to majordomo@silug.org with
> "unsubscribe silug-discuss" in the body.
>
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.
- References:
- tar query
- From: "bntly.rhds" <bentley.rhodes@gmail.com>