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

Re: Quick way to lock up your shell



On Thu, Dec 11, 2008 at 21:42, Dan Nelson <dnelson@xxxxxxxxxxxxxxx> wrote:

> I can't reproduce this myself; the only thing redirected inside =()
> should be stdout.  It won't hang on any of my systems.  Tested zsh
> between 4.1.1 and 4.3.9, on AIX, FreeBSD, Linux, and Solaris.

A serious answer, how boring ;)

richih@adamantium ~ % zsh -f
adamantium% zsh --version
zsh 4.3.6 (i686-pc-linux-gnu)
adamantium% FOO==(cat) # ^T^D will not work, here
^T^C%
adamantium% FOO==(cat)
^C%
adamantium%


Richard



Messages sorted by: Reverse Date, Date, Thread, Author