Hi Vadim,
Vadim Zhukov wrote on Sat, May 03, 2014 at 05:44:26PM +0400:
> Just run into the following issue with zmore/zless:
> if you have PAGER envvar set, it's no matter whatever
> you'll call, zmore or zless - it'll always run $PAGER.
> The problem is that I have PAGER=/usr/bin/more but
> some
Hello all.
Just run into the following issue with zmore/zless:
if you have PAGER envvar set, it's no matter whatever
you'll call, zmore or zless - it'll always run $PAGER.
The problem is that I have PAGER=/usr/bin/more but
sometimes I want to use less. If I run "less foo",
I get what I requested;