home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / amiga / 2362 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.0 KB

  1. Path: sparky!uunet!stanford.edu!agate!cogsci.Berkeley.EDU!ag
  2. From: ag@cogsci.Berkeley.EDU (Keith Gabryelski)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Remote shell problems. HELP!!!!
  5. Date: 7 Nov 1992 17:03:57 GMT
  6. Organization: Institute of Cognitive Studies, U.C. Berkeley
  7. Lines: 12
  8. Message-ID: <1dgsttINN8fl@agate.berkeley.edu>
  9. References: <19226.2afa70ba@levels.unisa.edu.au>
  10. NNTP-Posting-Host: cogsci.berkeley.edu
  11.  
  12. In article <19226.2afa70ba@levels.unisa.edu.au> etac@levels.unisa.edu.au (Andrew Chalmers) writes:
  13. >I have a sh script 'test' with #!/bin/sh on the first line. It has execute
  14. >privelege set.  I type 'test' at the prompt of csh or tcsh it SHOULD start
  15. >up a sh shell and run the script.  However all I actually get is the
  16. >prompt back. It doesn't even execute it as a csh script.  It just does
  17. >nothing. If I use 'csh test' or 'source test' it just run the script
  18. >as if it were an csh script.
  19.  
  20. The program `test' is a shell builtin program.  Rename the program to
  21. something else (like `t') and try again.
  22.  
  23. Pax, Keith
  24.