zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Zsh users list <zsh-users@sunsite.dk>
Subject: Re: cygwin + /dev/stderr
Date: Mon, 20 Jan 2003 05:56:17 +0000	[thread overview]
Message-ID: <1030120055617.ZM6600@candle.brasslantern.com> (raw)
In-Reply-To: <20030119231354.35178.qmail@web12303.mail.yahoo.com>

On Jan 19,  6:13pm, Le Wang wrote:
}
} I use /dev/stderr in my scripts profusely.  Now that I
} started using cygwin, these scripts would generally
} fail.
} 
} What's the best way for me to handle this without
} modifying all of my scripts?

You can try:

    alias -g /dev/stderr=/dev/fd/2

} I understand that Bash has built in /dev/*
} handling for cygwin, is there any plans for ZSh to
} develop similar features?

There is not, but zsh already has builtin handling of /dev/fd/N.

Note that neither bash nor zsh can help if you are passing /dev/stderr or
/dev/fd/N as a filename argument to a command, rather than using it as the
target of a redirection.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2003-01-20  5:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-19 23:13 Le Wang
2003-01-20  5:56 ` Bart Schaefer [this message]
2003-01-20 11:36 ` Borzenkov Andrey
2003-01-25  4:49   ` Christopher Faylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1030120055617.ZM6600@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).