Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: turning a remote file into a local one
- X-seq: zsh-users 12843
- From: Louis-David Mitterrand <vindex+lists-zsh-users@xxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: turning a remote file into a local one
- Date: Wed, 7 May 2008 23:33:39 +0200
- In-reply-to: <080506183702.ZM1747@xxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080506211547.GA16900@xxxxxxxxxx> <080506183702.ZM1747@xxxxxxxxxxxxxxxxxxxxxx>
On Tue, May 06, 2008 at 06:37:02PM -0700, Bart Schaefer wrote:
> On May 6, 11:15pm, Louis-David Mitterrand wrote:
> }
> } How could I convert a "ssh root@server tail -F /var/log/syslog" command
> } into a _live_ local file that I could then pass as argument to
> } root-tail? Can zsh do that?
>
> You can try
>
> root-tail <(ssh root@server tail -F /var/log/syslog)
>
> but I don't promise it will work because the file thus created is not
> seekable.
That works fine, thanks.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author