[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: less problem...
> 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. matan@svgalib.org
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il