Re: adding output lines to my .cshrc breaks sftp and scp ...

2010-06-08 Thread Polytropon
On Tue, 8 Jun 2010 16:41:54 -0700 (PDT), Goh Sanda wrote: > > > I added a few lines to the bottom of my standard FreeBSD .cshrc file: > > echo "" > w > echo "" > > Just to show me what is going on each time I log in. Use ~/.login for command that should be executed after you log in. The corre

adding output lines to my .cshrc breaks sftp and scp ...

2010-06-08 Thread Goh Sanda
I added a few lines to the bottom of my standard FreeBSD .cshrc file: echo "" w echo "" Just to show me what is going on each time I log in. The problem is, when I try to scp a file to the system, I get 'w' output echo'd to me, and no actual scp. sftp fails as well - I can no longer log in v