De acordo com as Leis 12.965/2014 e 13.709/2018, que regulam o uso da Internet e o tratamento de dados pessoais no Brasil, ao me inscrever na newsletter do portal DICAS-L, autorizo o envio de notificações por e-mail ou outros meios e declaro estar ciente e concordar com seus Termos de Uso e Política de Privacidade.
Colaboração: Rubens Queiroz de Almeida
Data de Publicação: 26 de agosto de 2013
A diretiva -t
do comando ls
ordena os arquivos segundo a data de
modificação, do mais recente para o mais antigo.
$ ls -lt
total 2130696
-rw-r--r-- 1 root root 6143130 Jul 23 08:29 openjdk-6-jre-lib_6b27-1.12.6-1ubuntu0.12.04.2_all.deb
-rw-r--r-- 1 root root 776302 Jul 23 08:29 icedtea-6-jre-cacao_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb
-rw-r--r-- 1 root root 512100 Jul 23 08:29 icedtea-6-jre-jamvm_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb
-rw-r--r-- 1 root root 225938 Jul 16 13:51 openjdk-7-jre_7u25-2.3.10-1ubuntu0.12.04.2_amd64.deb
-rw-r--r-- 1 root root 5535264 Jul 16 13:51 openjdk-7-jre-lib_7u25-2.3.10-1ubuntu0.12.04.2_all.deb
-rw-r--r-- 1 root root 515462 Jul 16 13:51 icedtea-7-jre-jamvm_7u25-2.3.10-1ubuntu0.12.04.2_amd64.deb
-rw-r--r-- 1 root root 35431328 Jul 16 13:51 openjdk-7-jre-headless_7u25-2.3.10-1ubuntu0.12.04.2_amd64.deb
-rw-r--r-- 1 root root 87814 Jul 16 13:48 icedtea-6-plugin_1.2.3-0ubuntu0.12.04.3_amd64.deb
-rw-r--r-- 1 root root 87636 Jul 16 13:48 icedtea-7-plugin_1.2.3-0ubuntu0.12.04.3_amd64.deb
-rw-r--r-- 1 root root 16184 Jul 16 13:48 icedtea-netx_1.2.3-0ubuntu0.12.04.3_amd64.deb
-rw-r--r-- 1 root root 600200 Jul 16 13:48 icedtea-netx-common_1.2.3-0ubuntu0.12.04.3_all.deb
-rw-r--r-- 1 root root 93842 Jan 8 2012 nautilus-dropbox_0.7.1-2_amd64.deb
-rw-r--r-- 1 root root 59046 Nov 30 2011 python-gpgme_0.2-1_amd64.deb
-rw-r--r-- 1 root root 35224 Mai 14 2011 python-pypdf_1.13-1_all.deb
-rw-r--r-- 1 root root 22534 Out 17 2010 libunac1_1.8.0-6_amd64.deb
-rw-r--r-- 1 root root 6406 Out 17 2010 unaccent_1.8.0-6_amd64.deb
Esta é a forma padrão de ordenação. Caso queiramos a listagem na ordem reversa de data de modificação,
acrescentamos a diretiva -r
:
-rw-r--r-- 1 root root 6406 Out 17 2010 unaccent_1.8.0-6_amd64.deb
-rw-r--r-- 1 root root 22534 Out 17 2010 libunac1_1.8.0-6_amd64.deb
-rw-r--r-- 1 root root 35224 Mai 14 2011 python-pypdf_1.13-1_all.deb
-rw-r--r-- 1 root root 59046 Nov 30 2011 python-gpgme_0.2-1_amd64.deb
-rw-r--r-- 1 root root 93842 Jan 8 2012 nautilus-dropbox_0.7.1-2_amd64.deb
-rw-r--r-- 1 root root 600200 Jul 16 13:48 icedtea-netx-common_1.2.3-0ubuntu0.12.04.3_all.deb
-rw-r--r-- 1 root root 16184 Jul 16 13:48 icedtea-netx_1.2.3-0ubuntu0.12.04.3_amd64.deb
-rw-r--r-- 1 root root 87636 Jul 16 13:48 icedtea-7-plugin_1.2.3-0ubuntu0.12.04.3_amd64.deb
-rw-r--r-- 1 root root 87814 Jul 16 13:48 icedtea-6-plugin_1.2.3-0ubuntu0.12.04.3_amd64.deb
-rw-r--r-- 1 root root 35431328 Jul 16 13:51 openjdk-7-jre-headless_7u25-2.3.10-1ubuntu0.12.04.2_amd64.deb
-rw-r--r-- 1 root root 515462 Jul 16 13:51 icedtea-7-jre-jamvm_7u25-2.3.10-1ubuntu0.12.04.2_amd64.deb
-rw-r--r-- 1 root root 5535264 Jul 16 13:51 openjdk-7-jre-lib_7u25-2.3.10-1ubuntu0.12.04.2_all.deb
-rw-r--r-- 1 root root 225938 Jul 16 13:51 openjdk-7-jre_7u25-2.3.10-1ubuntu0.12.04.2_amd64.deb
-rw-r--r-- 1 root root 512100 Jul 23 08:29 icedtea-6-jre-jamvm_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb
-rw-r--r-- 1 root root 776302 Jul 23 08:29 icedtea-6-jre-cacao_6b27-1.12.6-1ubuntu0.12.04.2_amd64.deb
-rw-r--r-- 1 root root 6143130 Jul 23 08:29 openjdk-6-jre-lib_6b27-1.12.6-1ubuntu0.12.04.2_all.deb
O comando find
oferece funcionalidades semelhantes, com mais controle
sobre a quantidade de arquivos exibidos.
ls
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
Comentários