csh builtin command problems

Robert Simmons rsimmons0 at gmail.com
Thu May 10 01:34:12 UTC 2012


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?


More information about the freebsd-hackers mailing list