Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

parse error in process substitution



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