Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
<(cat) doesn't work but =(cat) does ?
- X-seq: zsh-users 13289
- From: Louis-David Mitterrand <vindex+lists-zsh-users@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: <(cat) doesn't work but =(cat) does ?
- Date: Fri, 26 Sep 2008 19:30:52 +0200
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
when trying this:
% ssh remotehost "transmission-remote -a <(cat)" < ~/torrent.file
I get this error:
Couldn't read "/proc/self/fd/11": Not a regular file
Couldn't add file: /proc/self/fd/11
However when using:
% ssh remotehost "transmission-remote -a =(cat)" < ~/torrent.file
all is well.
Why doesn't the first form work?
Thanks,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author