home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9307 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  928 b 

  1. Path: sparky!uunet!sun-barr!olivea!hal.com!decwrl!csus.edu!netcomsv!mork!rons
  2. From: rons@netcom.com (Ron Sires)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: .forward
  5. Message-ID: <y9fm+cq.rons@netcom.com>
  6. Date: 22 Jul 92 22:26:35 GMT
  7. References: <31485@adm.brl.mil>
  8. Organization: Netcom - Online Communication Services  (408 241-9760 guest)
  9. Lines: 19
  10.  
  11. ntucs73@csman.csie.ntu.edu.tw (CSIE 73 student) writes:
  12.  
  13. >Hi,
  14. >    Is there anyone able to tell me the correct format about ".forward" file ?
  15. >   
  16. >    I write a line in my local .forward as following :
  17. >    
  18. >     "| cat >> tmp "
  19.  
  20. >    But I found nothing happened.  IS something wrong with it ?
  21.  
  22. When the .forward file is executed, there isn't a PATH variable defined.
  23. This means that UNIX doesn't know where to look for the "cat" command.  Try
  24. including the full path to cat and, while you're at it, the full path to
  25. tmp, too.
  26.  
  27. -Ron
  28. <rsires@well.sf.ca.us>
  29. <rons@netcom.com>
  30.