Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2012 21:34:11 -0400
From:      Robert Simmons <rsimmons0@gmail.com>
To:        freebsd-hackers@freebsd.org
Subject:   csh builtin command problems
Message-ID:  <CA%2BQLa9DGKQjJPsdkU=eQb08xdMeg11rhDjv721wg9qCRLaO5Fw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BQLa9DGKQjJPsdkU=eQb08xdMeg11rhDjv721wg9qCRLaO5Fw>