Xref: utzoo comp.unix.questions:31027 comp.unix.shell:2105 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!cs.utexas.edu!sdd.hp.com!wuarchive!uunet!munnari.oz.au!cs.mu.OZ.AU!kre From: kre@cs.mu.oz.au (Robert Elz) Newsgroups: comp.unix.questions,comp.unix.shell Subject: Re: csh question Message-ID: Date: 4 May 91 09:30:10 GMT References: Sender: news@cs.mu.oz.au Distribution: comp Lines: 17 morgan@chaos.cs.brandeis.edu (Dylan Kaufman) writes: >stty: : Not a typewriter. I'd guess that your .cshrc has an "stty" command in it, which will break all kinds of things (it belongs in .login). You could fix that, or try #!/bin/csh -f but you'd be much better off to use #!/bin/sh and rewrite the script in sh. Fix your .cshrc anyway. kre