rewriting config_*, xmalloc_fget*

Rich Felker dalias at aerifal.cx
Fri Jun 17 23:57:06 UTC 2011


On Fri, Jun 17, 2011 at 12:27:29PM +0200, Bernd Petrovitsch wrote:
> > Transformation in the other direction is virtually impossible using
> > the shell and standard utilities - the only way would be to pipe
> 
> I wouldn't call
> echo -n $quoted | tr "\000" "\012"

This is useless because you can no longer distinguish between embedded
newlines and delimiters, defeating the *whole purpose* of -print0.

Rich


More information about the busybox mailing list