Subject: Re: ksh need help!!!
To: None <netbsd-users@netbsd.org>
From: David Laight <David.Laight@btinternet.com>
List: netbsd-users
Date: 12/19/2001 00:29:11
> All commercial systems which come with ksh normally use System V
> semantics...

Yes - is netbsd actually broken here?
the default shell doesn't do \0nnn expansion.
Anyone know off hand what the single Unix spec requires?

Running 'printf' isn't (always) an option, the cost of the fork/exec
if too much for many shell scripts (echo is always a builtin - even
though its behavour depends on $PATH).

    David