Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
<> redirection operator
- X-seq: zsh-workers 14696
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: <> redirection operator
- Date: Sun, 3 Jun 2001 16:10:44 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Is this doing what it's meant to do?
% echo test >/tmp/redirtest
% sed 's/e/Z/g' <>/tmp/redirtest
tZst
Messages sorted by:
Reverse Date,
Date,
Thread,
Author