less "there is no -l option"
@lbutlr
kremels at kreme.com
Sat Aug 15 02:25:26 UTC 2020
On 14 Aug 2020, at 11:05, moridin at mm.st wrote:
>> # echo "$LESS\n$PAGER\n$MANPAGER"
>> less -esXFR
>
> This is the source of the problem, LESS variable needs to contain only the options:
>
> $ which less
> /usr/bin/less
> $ less
> Missing filename ("less --help" for help)
> $ LESS="less -esXFR" less
> There is no -l option ("less --help" for help)
> Missing filename ("less --help" for help)
Thank you.
--
"Are you pondering what I'm pondering?"
"I think so, Brain, but, the Rockettes? I mean, it's mostly girls,
isn't it?"
More information about the freebsd-questions
mailing list