ricardogroetaers
(usa Linux Mint)
Enviado em 22/11/2021 - 18:57h
Observação:
As melhores respostas são:
------------------------------------------------------------------
2. MELHOR RESPOSTA
Diego Mendes Rodrigues
diegomrodrigues
(usa Ubuntu)
Enviado em 14/11/2021 - 12:59h
Utilize o --group-directories-first.
Exemplos:
$ ls --group-directories-first
$ ls -lh --group-directories-first
Atenciosamente,
Diego M. Rodrigues
-----------------------------------------------------------------
5. MELHOR RESPOSTA
Marcelo Oliver
msoliver
(usa Debian)
Enviado em 14/11/2021 - 20:52h
Boa noite Ricardo, veja se é isso:
(printf "Permissão Links Dono Grupo Tam. Data Nome\n" ;ls -ld --time-style="+%F" --group-directories-first /Diretorio/*)|column -t
Quanto as Cores:
env|sed -n "/^LS_COLORS/s/:/\n/gp"
Cores do bash:
COR:30 0 COLOR → "\e[0;30m TXT \e[m" 1 COLOR → "\e[1;30m TXT \e[m"
COR:31 0 COLOR → "\e[0;31m TXT \e[m" 1 COLOR → "\e[1;31m TXT \e[m"
COR:32 0 COLOR → "\e[0;32m TXT \e[m" 1 COLOR → "\e[1;32m TXT \e[m"
COR:33 0 COLOR → "\e[0;33m TXT \e[m" 1 COLOR → "\e[1;33m TXT \e[m"
COR:34 0 COLOR → "\e[0;34m TXT \e[m" 1 COLOR → "\e[1;34m TXT \e[m"
COR:35 0 COLOR → "\e[0;35m TXT \e[m" 1 COLOR → "\e[1;35m TXT \e[m"
COR:36 0 COLOR → "\e[0;36m TXT \e[m" 1 COLOR → "\e[1;36m TXT \e[m"
COR:37 0 COLOR → "\e[0;37m TXT \e[m" 1 COLOR → "\e[1;37m TXT \e[m"
COR:38 0 COLOR → "\e[0;38m TXT \e[m" 1 COLOR → "\e[1;38m TXT \e[m"
Att.: Marcelo Oliver
-----------------------------------------------------------------------------------------------------------------------------
Sempre consegui eleger mais de uma "Melhor Resposta" mas dessa vez não consegui.