Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
output from 'builtin' command not redirectable
- X-seq: zsh-users 5644
- From: Ian Macdonald <ian@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: output from 'builtin' command not redirectable
- Date: Fri, 3 Jan 2003 09:31:34 -0800
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
Observe the following:
$ builtin foo &>/dev/null
zsh: no such builtin: foo
No matter what I do, I can't redirect the output of the 'builtin'
command.
I want to use this in a script, where the command passed to builtin
sometimes causes an error. Since I'm only interested in the return
value, I don't want the error to be displayed.
Should I file this as a bug somewhere? I couldn't quickly locate the
place to do this.
Ian
--
Ian Macdonald | Ginsburg's Law: At the precise moment you
ian@xxxxxxxxxxx | take off your shoe in a shoe store, your
| big toe will pop out of your sock to see
| what's going on.
|
Messages sorted by:
Reverse Date,
Date,
Thread,
Author