tar help
Bernd Bausch
bbausch at hpbbse.HP.COM
Tue Jul 4 04:09:44 AEST 1989
>
> suppose i want to tar an entire accound into a tar file named
> GUGU.tar
>
> then i type (at the ~ directory)
> tar cvf GUGU.tar .
>
> but after sometime tar tars GUGU.tar recorsively upon itself,
> now i have tried all kinds of combinations with the X option for
> tar but to no avail, i guess i cannot milk the correct command out of
> the man pages
>
If there is no filename starting with "." in ~, do
tar cvf .GUGU.tar *.
If there is no filename starting with "Y" in ~, do
tar cvf YGUGU.tar [!Y]*
and so on...
Bernd.
More information about the Comp.unix.questions
mailing list