26 Sep 19:29
<(cat) doesn't work but =(cat) does ?
From: Louis-David Mitterrand <vindex+lists-zsh-users <at> apartia.org>
Subject: <(cat) doesn't work but =(cat) does ?
Newsgroups: gmane.comp.shells.zsh.devel
Date: 2008-09-26 17:30:52 GMT
Expires: This article expires on 2008-10-10
Subject: <(cat) doesn't work but =(cat) does ?
Newsgroups: gmane.comp.shells.zsh.devel
Date: 2008-09-26 17:30:52 GMT
Expires: This article expires on 2008-10-10
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,
RSS Feed