Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: <(cat) doesn't work but =(cat) does ?
- X-seq: zsh-users 13292
- From: Louis-David Mitterrand <vindex+lists-zsh-users@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: <(cat) doesn't work but =(cat) does ?
- Date: Fri, 26 Sep 2008 20:29:25 +0200
- In-reply-to: <20080926180816.GA7474@xxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080926173052.GA30725@xxxxxxxxxx> <20080926180816.GA7474@xxxxxxxxxxxxxxx>
On Fri, Sep 26, 2008 at 07:08:16PM +0100, Stephane Chazelas wrote:
> On Fri, Sep 26, 2008 at 07:30:52PM +0200, Louis-David Mitterrand wrote:
[SNIP]
> Here, zsh creates a temp file. cat and transmission-remote are
> run sequencially (zsh waits for cat to finish fill up the temp
> file and then runs transmission-remote with that temp file name
> as argument), it's the same as
>
> ssh remotehost "cat > tempfile; transmission -a tempfile" < ~/torrent.file
Stéphane and Mikael: thanks for your answers. It's clear now.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author