I'm trying to use sysv style echo in /bin/csh and I've hit a wall as to how to get it to work. The following does not have the outcome that I'm looking for: # echo_style=sysv # echo test\ttest > test # cat test testttest I want this: # echo test\ttest > test # cat test test test Any thoughts?