Re: dbaccess - return key does not work? A colleague found the problem in my .bashrc:
alias dbaccess='rlwrap dbaccess'
I use rlwrap when in non-menu mode as you can view your history of all
previous sql queries using the up and down arrows.
When I used the alternative version I was specifying the full path and
so not using my alias, hence it worked correctly.
Thankyou everyone for all the help.
Andrew |