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