home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17154 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  969 b 

  1. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!wirzeniu
  2. From: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: ARGH! heh.
  5. Message-ID: <1992Nov19.012943.15430@klaava.Helsinki.FI>
  6. Date: 19 Nov 92 01:29:43 GMT
  7. References: <Nov.18.02.52.26.1992.6550@romulus.rutgers.edu>
  8. Organization: University of Helsinki
  9. Lines: 16
  10.  
  11. japhet@romulus.rutgers.edu (APJ) writes:
  12. >   Basically, I'm asking what the hell command line should I use to untar
  13. >a .tar.Z file rawritten to a 1.2M drive a:??? Thanks....
  14.  
  15. At least some versions of the root disk have a non-GNU tar, which does
  16. not understand the z option (for working with .tar.Z type files).  Try
  17. using a pipeline with zcat and tar:
  18.  
  19.     zcat < /dev/fd0 | tar tvf -
  20.  
  21. (the above should print out the contents of the rawritten compressed
  22. tar in the first floppy drive).
  23.  
  24. --
  25. Lars.Wirzenius@helsinki.fi  (finger wirzeniu@klaava.helsinki.fi)
  26.    MS-DOS, you can't live with it, you can live without it.
  27.