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 12829
- From: "Chris Cox" <yeahsowhat@xxxxxxxxx>
- To: "Zsh Users" <zsh-users@xxxxxxxxxx>
- Subject: Re: turning a remote file into a local one
- Date: Tue, 6 May 2008 20:32:14 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=H/x+IhMkJg0a515JRKZUp57+G9yI1YpW/joiJvARBRQ=; b=j0uQYrEupG7QyYcyuC/dpwzYSv9weapM5tKnJcxYdL9fQ2qdThemHbczC2Wz+9BBW/htAMwPl7hU3xAm284qTgzWvkipPFTn/ms0hQmBwWCAQhvm8uSbxTpynap7CAR3JTjMEHP5OJlOIJURkQ7feMEesYuBjVJQs2t2I3d2g9U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Dy0DY5NTHijMvO2ol08R6CoTmjtgDegVvZ6TkDciafRgA0iqaC0tcNUARRCh+U2J5IJGk5jxWQk+Pi7b2XKxHQv6hrvb+YPul7DMSuXp3MLv0KiBHplEWANp7L5t1ZJh94pj75lMOCjzaupy839ZWsI4McuPcpBXijAOspbLjpk=
- In-reply-to: <20080506211547.GA16900@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080506211547.GA16900@xxxxxxxxxx>
On 5/6/08, Louis-David Mitterrand <vindex+lists-zsh-users@xxxxxxxxxxx> wrote:
Hi,
I am using root-tail to display log file messages on my X window
background. This program accepts several file arguments which each can
be configured with a different color. It could be nice to also follow
remote log files, but root-tail only accepts file arguments.
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?
I tried using "=(ssh root@server tail -F /var/log/syslog)" but nothing
is displayed.
Thanks,
Just pipe the output to a local file.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author