Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
parse error in process substitution
- X-seq: zsh-users 13432
- From: Louis-David Mitterrand <vindex+lists-zsh-users@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: parse error in process substitution
- Date: Thu, 6 Nov 2008 16:02:24 +0100
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
Why do I get:
zsh: parse error in process substitution
when running this command (wich works fine in bash):
root-tail --geometry 1920x1200+0+0 \
--font '-misc-fixed-*-r-*-*-10-*-*-*-*-*-*-15' --wordwrap \
~/.xsession-errors,yellow, \
/var/log/syslog,white, \
/var/log/apache2/error.log,orange, \
<(ssh root@xxxxxxxxxxxx tail -F /var/log/kern.log),red, \
<(ssh root@xxxxxxxxxxxx tail -F /var/log/apache2/error.log),pink, &
Plus my terminal becomes all slow an treacly after that.
ZSH_VERSION=4.3.6
Thanks,
--
http://www.lesculturelles.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author