Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Newbie zsh setup warts (history, pipes, export, ...).
- X-seq: zsh-users 8112
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Re: Newbie zsh setup warts (history, pipes, export, ...).
- Date: Mon, 25 Oct 2004 12:19:43 +0200
- In-reply-to: <20041025000551.GA21212@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20041024230623.GA3675@xxxxxxxxxxxxxxxxxxx> <20041025000551.GA21212@xxxxxxxxxxx>
Clint Adams wrote:
> > "set | less" works. What's wrong with the grep?
>
> grep is probably seeing the NUL character in IFS, and assuming.
> that the input is "binary". Since you're using GNU grep, you can
> specify "grep -a" to override this assumption.
Alternatively, specify `typeset -H IFS' in your .zshrc to hide IFS in
the output of set.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author