home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12567 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  1.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!ames!agate!doc.ic.ac.uk!uknet!mcsun!Germany.EU.net!esf!helsinki!klaus
  2. From: klaus@helsinkiesf.de (Klaus Wicovsky)
  3. Newsgroups: comp.sys.hp
  4. Subject: strange behaviour of tar
  5. Message-ID: <5727@esf.esf.de>
  6. Date: 5 Nov 92 13:41:02 GMT
  7. Sender: news@esf.esf.de
  8. Reply-To: klaus@helsinkiesf.de (Klaus Wicovsky)
  9. Organization: ESF Headquarters, Berlin, FRG
  10. Lines: 25
  11. Nntp-Posting-Host: helsinki
  12.  
  13. I am running the following command:
  14.  
  15.     tar xvf TARFILE > out 2> err
  16.  
  17. and of course I would expect to get any errors, e.g. 
  18.  
  19.     tar: cannot open TARFILE
  20.  
  21. in err, while if everything works right, I would expect something like
  22.  
  23.     x filename, 444 bytes, 1 tape blocks
  24.  
  25.  
  26. But this is not how it works on my HP 9000/825 !!! If everything works all right, i.e. tar xvf TARFILE extracts the file, my command will print the
  27. x filename, ...
  28. into err rather than out !!!!
  29.  
  30. Please HELP!!!
  31. -- 
  32.    Klaus Wicovsky                                                   
  33.                                                                     
  34.    ESF Headquarters                    Tel : ++49+30-820 903 47      
  35.    Hohenzollerndamm 152                Fax : ++49+30-820 903 19      
  36.    1000 Berlin 33                      UUCP: klaus@esf.de        
  37.    Germany             
  38.