[Rd] R 1.2 build
Peter Dalgaard BSA
p.dalgaard@biostat.ku.dk
04 Oct 2000 19:53:27 +0200
Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
> >tar chXf $exclude $startdir/$filename $pkgname
>
> It works with
> tar chf $startdir/$filename $pkgname
>
> I didn't try your example because I'm fairly sure $exclude should not
> immediately follow f, but I'm not sure what the proper syntax should be.
> (The man page is not very helpful.)
I think it is OK as written - arguments to X and f modifiers in same
order as in the chXf. But if it bothers you, try
tar chfX $startdir/$filename $exclude $pkgname
Lessee...:
[pd@arnold pd]$ echo junk/y > xfile
[pd@arnold pd]$ tar cvhXf xfile junk.tar junk
a junk/ 0K
a junk/y excluded
a junk/y.crypt 0K
a junk/y2 0K
a junk/R-intro/ 0K
a junk/R-intro/CVS/ 0K
a junk/R-intro/CVS/Repository 1K
....
Yup. Works.
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._