Re: zless is less

2014-05-07 Thread Ingo Schwarze
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

zless is less

2014-05-03 Thread Vadim Zhukov
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;