tar from a disk (not tape)
Jeff Beadles;X2568;61-215
jeff at quark.WV.TEK.COM
Sun May 7 12:21:44 AEST 1989
In article <1517 at cmx.npac.syr.edu> gefuchs at logiclab.cis.syr.edu (Gill E. Fuchs) writes:
>i have in my directory a file named gugu.tar which i assume is
>a tarfile.
>now, what i would like to do is restore it unto my directory
>in my feeble attemp to do so i tried:
> tar x gugu.tar
>to which i was wipped with the response:
> "yo, no tape on line" {translated a bit}
>
Try this: tar xf gugu.tar
The f option specifies the file/device to get extract to/from.
-Jeff
--
Jeff Beadles Utek Sustaining Engineering, Tektronix Inc.
jeff at quark.WV.TEK.COM
More information about the Comp.unix.questions
mailing list