[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: less problem...
Hi Doron,
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 less is 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 ~]$
On Wed, 4 Oct 2000, Doron Barzilay wrote:
> Hello.
> I'm using tcsh 6.08.00 (Astron) 1998-10-02 (i586-intel-linux) options
> 8b,nls,dl,al,rh,color
>
> While executing: less ~/.bashrc
> Getting error : There is no -= option ("less --help" for help)
>
> Why do I get this error ?
>
>
>
>
> =================================================================
> 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
>
>
--
mulix
linux/reboot.h: #define LINUX_REBOOT_MAGIC1 0xfee1dead
=================================================================
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