home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / spencer_2bsd.tar.gz / 2bsd.tar / tar.ms < prev    next >
Text File  |  1980-02-17  |  456b  |  23 lines

  1. .SH
  2. .ce
  3. \s+2Extracting the tape\s0
  4. .PP
  5. This tape has been written using the new
  6. .I tar
  7. tape achiver program.
  8. If you don't have
  9. .I tar,
  10. you 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
  15. You can then extract the tape with the (single) command
  16. .DS
  17. % tar x
  18. .DE
  19. This will use ``mkdir'' to make directories as needed.
  20. A manual page for
  21. .I tar
  22. is attached.
  23.