csh builtin command problems

Dieter BSD dieterbsd at engineer.com
Thu May 10 18:02:28 UTC 2012


Robert writes:
> I want this:
>
> # echo test\ttest > test
> # cat test
> test    test

I have given up on using echo for anything the least bit fancy,
in favor of printf(1) which gives much better control.

printf "test\ttest\n"


More information about the freebsd-hackers mailing list