http://rpmfind.net/linux/epel/7/x86_64/Packages/r/rlwrap-0.43-2.el7.x86_64.rpm
rpm -Uvh *rpm --nodeps
cat >> ~/.bash_profile <<"EOF" alias disql="rlwrap disql" alias dmrman="rlwrap dmrman" EOF source ~/.bash_profile