[ホーム] - [Redhat Linux 7 FAQ 一覧] - [ls コマンドでファイルを新しい順、古い順に表示する]



ls コマンドでファイルを新しい順、古い順に表示する

環境:Redhat Enterprise linux 7(EL)




目的


Cent OS7 の ls コマンドでファイルを古い順番、あるいは新しい順番で表示する方法を説明します。


(1)新しい順番

-t オプションで新しい順番となります。
結果的に一番古いファイルが下に表示されるので、古いファイルを確認したい場合に便利です。


# ls -lt
合計 100952
drwx------. 6 root root 134 9月 10 19:40 grub2
drwxr-xr-x 3 root root 17 9月 10 19:40 efi
-rw-------. 1 root root 18567368 9月 10 17:26 initramfs-3.10.0-514.el7.x86_64kdump.img
-rw-------. 1 root root 20752133 9月 10 17:18 initramfs-3.10.0-514.el7.x86_64.img

<中略>

-rw-r--r--. 1 root root 613770 9月 10 17:15 initrd-plymouth.img
drwxr-xr-x. 2 root root 27 9月 10 17:14 grub
-rw-r--r--. 1 root root 277953 11月 23 2016 symvers-3.10.0-514.el7.x86_64.gz
-rwxr-xr-x. 1 root root 5392080 11月 23 2016 vmlinuz-3.10.0-514.el7.x86_64
-rw-------. 1 root root 3113253 11月 23 2016 System.map-3.10.0-514.el7.x86_64
-rw-r--r--. 1 root root 137696 11月 23 2016 config-3.10.0-514.el7.x86_64
-rw-r--r-- 1 root root 13062 11月 6 2016 tboot-syms
-rw-r--r-- 1 root root 342039 11月 6 2016 tboot.gz
-rw-r--r-- 1 root root 192572 11月 6 2016 elf-memtest86+-5.01
-rw-r--r-- 1 root root 190896 11月 6 2016 memtest86+-5.01





(2)古い順番で表示
古い順番で表示するには -lrt オプションを使用します。

-t オプションが新しい順番ですが、それに r オプション (reverse) で古い順番となります。

結果的に一番新しいファイルが下に表示されるので、新しいファイルを確認したい場合に便利です。


# ls -lrt
合計 100952
-rw-r--r-- 1 root root 190896 11月 6 2016 memtest86+-5.01
-rw-r--r-- 1 root root 192572 11月 6 2016 elf-memtest86+-5.01
-rw-r--r-- 1 root root 342039 11月 6 2016 tboot.gz
-rw-r--r-- 1 root root 13062 11月 6 2016 tboot-syms
-rw-r--r--. 1 root root 137696 11月 23 2016 config-3.10.0-514.el7.x86_64
-rw-------. 1 root root 3113253 11月 23 2016 System.map-3.10.0-514.el7.x86_64
-rwxr-xr-x. 1 root root 5392080 11月 23 2016 vmlinuz-3.10.0-514.el7.x86_64
-rw-r--r--. 1 root root 277953 11月 23 2016 symvers-3.10.0-514.el7.x86_64.gz
drwxr-xr-x. 2 root root 27 9月 10 17:14 grub
-rw-r--r--. 1 root root 613770 9月 10 17:15 initrd-plymouth.img

<中略>

-rw-------. 1 root root 20752133 9月 10 17:18 initramfs-3.10.0-514.el7.x86_64.img
-rw-------. 1 root root 18567368 9月 10 17:26 initramfs-3.10.0-514.el7.x86_64kdump.img
drwxr-xr-x 3 root root 17 9月 10 19:40 efi
drwx------. 6 root root 134 9月 10 19:40 grub2











(*)本ページは CentOS 7.2以後を想定しています。

最終更新日:2018/02/11



[ホーム] - [ Redhat Linux 7 FAQ 一覧]


本サイト内掲載されている情報は、著作権法により保護されています。いかなる場合でも権利者の許可なくコピー、配布することはできません。 このページはリンクフリーです。(このページへの直接リンクも可能です。) Copyright(c) tooljp.com 2007-2018