>From "man bash"
When used with [[, The < and > operators sort lexicographically
using the current locale.
You want (( and )):
$ if (( 1000 > 200 )); then echo pass; else echo wierd; fi
pass
Daniel.
On Fri, Nov 19, 2010 at 19:45, john.ruckstuhl wrote:
> In bash, a comparison in
Thank you, that's exactly what I wanted.
On Thu, Oct 2, 2008 at 09:16, Chet Ramey <[EMAIL PROTECTED]> wrote:
> > Description:
> > I don't know if this is a bug or not, but it has to do with
> programmable
> > auto completion. Whenever the options have multiple words I don't get
> what I
> > w
when showing the completion options
(COMPREPLY)?
If so, please, tell me how. If not, well, I've found a bug :P
Thank you in advance,
Daniel Fleischman.
Repeat-By:
1) Type the "f" function
2) write "lala a" on bash