Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: How zcompile work?



You're right it should definitely be 2>&1. It was just the habit of writing 
>/dev/null.

With zsh you can use the alternative syntax of |&
    strace zsh |& egrep zshrc

On Saturday 13 February 2010 18:49:07 Piotr Karbowski wrote:
> @Joke de Buhr: Work, but not >/dev/null. It should be: strace zsh 2>&1
> 
> | grep zshrc
> 
> Anyway, thanks.
> 

Attachment: signature.asc
Description: This is a digitally signed message part.



Messages sorted by: Reverse Date, Date, Thread, Author