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? _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"