Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: read -d $'\0' doesn't work
- X-seq: zsh-workers 18837
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: read -d $'\0' doesn't work
- Date: Wed, 09 Jul 2003 12:07:09 +0100
- In-reply-to: "Peter Stephenson"'s message of "Wed, 09 Jul 2003 11:59:11 BST." <16202.1057748351@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Peter Stephenson wrote:
> I tried:
>
> find ... -print0 | while read -d $'\0' ...
>
> and found that NULL delimiters don't work. Since this is the most
> obvious use of -d, I imagine no-one uses this feature much. The read
> builtin doesn't handle metafied delimiters correctly.
>
> I'll apply this to 4.0, too.
Er... except I won't, because it's a new feature.
pws
**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential
and/or privileged material.
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author