Before I was able to use the Up/Down arrow keys to cycle through previous commands, but now when I press a directional key it outputs "^[[A". I'm running a bash shell. How do I fix this?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
echo $TERM; ps -p $$ -p $PPIDin a shell window. – Gilles Oct 23 '10 at 22:16echo $TERMandtoeprint? – ephemient Oct 23 '10 at 22:20