Closed ethanjli closed 14 years ago
Where you do getq x y with x < y, you get:
getq x y
Either I'm really tired, or getq doesn't handle the cases properly of x > y, x = y, and x < y.
bash uses -gt instead of >. You were doing file redirects. Fixed.
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.