> Check whether your 'less' is aliased or symlinked to something else.
> 
> [mulix@alhambra ~]$ alias | grep less
> [mulix@alhambra ~]$
> 
> if this returns anything, try to remove the alias: unalias less
> otherwise, check symlinks and whether lessis a binary or script.
> 
> [mulix@alhambra ~]$ which less
> /usr/bin/less
> [mulix@alhambra ~]$ file `which less`
> /usr/bin/less: ELF 32-bit LSB executable, Intel 80386, version 1,
> dynamically linked (uses shared libs), stripped
> [mulix@alhambra ~]$

also check environment variable LESS.


-- 
Matan Ziv-Av.                         [EMAIL PROTECTED]


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to