AIX
Enable tab completion
A simple way to enable tab completion in AIX is to modify SHELL
environment variable:
export SHELL=/bin/ksh93
This modification will last until the current user session is closed. In order to make the modification permanent, add this line to the .bash_profile
and restart the user session.