From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24869 invoked from network); 3 Jun 2001 20:10:57 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Jun 2001 20:10:57 -0000 Received: (qmail 18135 invoked by alias); 3 Jun 2001 20:10:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14696 Received: (qmail 18120 invoked from network); 3 Jun 2001 20:10:39 -0000 Date: Sun, 3 Jun 2001 16:10:44 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: <> redirection operator Message-ID: <20010603161044.A31429@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Is this doing what it's meant to do? % echo test >/tmp/redirtest % sed 's/e/Z/g' <>/tmp/redirtest tZst