zli5t / ShellQDB

A quote database implemented entirely in shell.
2 stars 0 forks source link

getq odd behavior #5

Closed ethanjli closed 14 years ago

ethanjli commented 14 years ago

Where you do getq x y with x < y, you get:

Either I'm really tired, or getq doesn't handle the cases properly of x > y, x = y, and x < y.

zli5t commented 14 years ago

bash uses -gt instead of >. You were doing file redirects. Fixed.