Subject: Re: This has GOT to be a bug in ksh...
To: NetBSD User's Discussion List <netbsd-users@NetBSD.ORG>
From: David Laight <david@l8s.co.uk>
List: netbsd-users
Date: 06/19/2002 20:20:12
> 
> IMVNSHO the SysV style implementation best achieves the purpose of
> 'echo', as it is most commonly used in shell scripts.  The original V7
> implementation is just not quite flexible enough for all common uses.

I have to agree....

There are very few shell scripts that actually have variables (etc)
with real '\' in them.  Mainly because they don't tend to occur
in filenames and the shell has difficulty reading binary files.
('read -r line' isn't traditionally available)

	David

-- 
David Laight: david@l8s.co.uk