Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
turning a remote file into a local one
- X-seq: zsh-users 12827
- From: Louis-David Mitterrand <vindex+lists-zsh-users@xxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: turning a remote file into a local one
- Date: Tue, 6 May 2008 23:15:48 +0200
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author