home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.11 / text0075.txt < prev    next >
Encoding:
Internet Message Format  |  1987-07-18  |  797 b 

  1. From: michael@stb.UUCP (Michael)
  2.  
  3. Actually, Tar CAN handle links properly, with the present file format.
  4.  
  5. There are two types of input to tar (generally): Regular files, which can
  6. be seek'd to the proper place, and special files which cannot be seek'd.
  7. They can, however, be close(); open() 'd, which does a rewind on any device
  8. that I'm familiar with.
  9. Presto, you've just seeked to the beginning, now you can skip as much as you
  10. need to get to the file. 
  11.  
  12. The only thing this won't work with is pipes; the only thing I can think
  13. of using pipes with tar are copying directories (in which case selective
  14. retrieval isn't needed) and compressed archives (you're out of luck).
  15. -- 
  16. : Michael Gersten        seismo!scgvaxd!stb!michael
  17. : Ground floor, comming up -- 1-3-7
  18.  
  19. Volume-Number: Volume 11, Number 76
  20.  
  21.