csh question

Robert Elz kre at cs.mu.oz.au
Sat May 4 19:30:10 AEST 1991


morgan at 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



More information about the Comp.unix.questions mailing list