Does anyone know a way to re-arrange the ls -al returned list in a way that:
a) Directories first, files after;
and
b) Date first, name second and permissions at the end
and
c) Without losing color. (CLICOLOR=1 do exist)
and
d) All this on a ls -al alias ?
awkpart). – Daniel Beck May 20 '12 at 19:11group-directories-firstis to install the GNU Coreutils. See: http://superuser.com/questions/545479/how-can-i-list-directories-first-in-the-terminal-with-zsh-ls-command-in-mac-os – Johann Jan 03 '14 at 20:28