3

Last night I went to install q and kdb 32 bit on my system. I have been using it at work and whenever I hit the up arrow key at work it recalls the previous command. This does not seem to be working on my home install. When I hit the up it it prints ^[[A. How can I fix this?

enter image description here

Thomas Smyth - Treliant
  • 4,993
  • 6
  • 25
  • 36
chasep255
  • 11,745
  • 8
  • 58
  • 115

1 Answers1

8

I needed to install and run it with a program called rlwrap for command history.

rlwrap q

chasep255
  • 11,745
  • 8
  • 58
  • 115