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 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
