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

Re: less with subprocess



On Mon, Sep 27, 2021 at 3:38 PM Dominik Vogt <dominik.vogt@xxxxxx> wrote:
>
> Hm, why does this work in bash but not in zsh?
>
>   ( trap "" INT; sleep 10; i=1; while true; do echo $i; i=$[i+1]; sleep 1; done ) | less

This works for me on ubuntu using a build from the current git head.




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