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

Re: less with subprocess



On Mon, Sep 27, 2021 at 1:47 PM Roman Perepelitsa
<roman.perepelitsa@xxxxxxxxx> wrote:
>
> Looks like this:
> https://unix.stackexchange.com/questions/26826/follow-a-pipe-using-less

Which in turn means that the (mostly) less-version-independent
workaround in zsh is

  less -f =(find ...)

unless the find output is so voluminous that you're concerned about
temp file space.




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