Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: less with subprocess
- X-seq: zsh-users 27144
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- Cc: Pier Paolo Grassi <pierpaolog@xxxxxxxxx>, Zsh-Users List <zsh-users@xxxxxxx>
- Subject: Re: less with subprocess
- Date: Mon, 27 Sep 2021 14:38:49 -0700
- Archived-at: <https://zsh.org/users/27144>
- In-reply-to: <CAN=4vMpNGbOThNtxpHcUHc=UkOJpW-zPgOOFLku=SW+s9c7+Wg@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <CAP+y1xAUzYHRMKGuJR2rBNvWY4ew6+2G-PyZagZHhaqu1sfXow@mail.gmail.com> <CAN=4vMpNGbOThNtxpHcUHc=UkOJpW-zPgOOFLku=SW+s9c7+Wg@mail.gmail.com>
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