no that is just ASCII-colorstry the following:ls --color=neverthis will show you the direcotry lisitng one time.you canalias ls='ls --color=never'then everytime you enter "ls" it will show it "normaly"ls -lha would show you a detailed direcotrylisting with human readable sizes.alias ls='ls --color=never -lha'will do so with every ls, until you disconenct from adb shell