Eric Blake wrote: > According to Jim Meyering on 10/27/2009 1:39 AM: >>>>>> env -0/--null >>>>>> printenv -0/--null >>>>>> >>>>>> as a means of unambiguously representing the current contents of the >>>>>> environment with NUL terminators instead of newlines? >> Yes, now I'm in favor of this, too. > > This patch implements the option; I'm still working on developing a test > (comparing binary output takes a bit more effort) before I will commit > anything, but thought I'd at least get the review started. >
> +...@cindex output null-byte-terminated lines Should that be NUL-byte ? Otherwise it looks good. thanks, Pádraig.