Originally posted by: SystemAdmin
Hello,
You can use the GNU "ls" command.
Download and install the GNU Coreutils from AIX Toolbox for Linux Applications
http://www-03.ibm.com/systems/p/os/aix/linux/download.html This is going to install many commands under the /usr/linux/bin path
and then you can alias the command for your user as follows
alias ls='/usr/linux/bin/ls --color'
And the added value is that you have many linux commands.
Regards,
Leo