BSD 2 release
[unix-history] / tar.ms
CommitLineData
48c27e63
BJ
1.SH
2.ce
3\s+2Extracting the tape\s0
4.PP
5This tape has been written using the new
6.I tar
7tape achiver program.
8If you don't have
9.I tar,
10you can extract a binary of the pogram from the tape by giving the following command:
11.DS
12% dd if=/dev/mt0 bs=1b skip=1 count=49 of=tar
13% chmod 755 tar
14.DE
15You can then extract the tape with the (single) command
16.DS
17% tar x
18.DE
19This will use ``mkdir'' to make directories as needed.
20A manual page for
21.I tar
22is attached.