Tagged Questions
3
votes
1answer
145 views
Supress startup messages on stdout?
I'm using tcsh, and have to source a group .cshrc file. This file echoes some messages, which is fine for normal shells, but causes problems with programs like scp and rsync. I can see the solution ...