lsで、表示を時系列に並べる。

FreeBSDの場合。

$ ls -latr
total ****
-rw-rw-r--  1 root  wheel   1293 12 19  2007 ************.conf
-rw-rw-r--  1 root  wheel   1426  1  9  2008 ************.conf
-rw-r--r--  1 root  wheel   6503  1 17  2008 ************.conf_back080118
-rw-rw-r--  1 root  wheel   7759  1 30  2008 ************.conf
-rw-r--r--  1 root  wheel   6464  1 30  2008 ************.conf_back080130
-rw-rw-r--  1 root  wheel   1316  3 17  2008 ************.conf
-rw-r--r--  1 root  wheel   1335  3 24  2008 ************.conf
-rw-r--r--  1 root  wheel  19415  3 28 13:43 #************.conf#
-rw-rw-r--  1 root  wheel   1344  3 28 13:46 ************.conf
-rw-r--r--  1 root  wheel    925  4  1 14:56 ************.conf
-rw-rw-r--  1 root  wheel   3767  5 20 19:48 00NameVirtualHost.conf
-rw-rw-r--  1 root  wheel   1196  6  4 22:56 ************.conf
-rw-r--r--  1 root  wheel   1314  6  4 22:57 ************.conf
-rw-rw-r--  1 root  wheel   1739  6 11 13:41 ************.conf
drwxr-xr-x  9 root  wheel    512  6 21 10:09 ..
-rw-rw-r--  1 root  wheel   1305  6 21 15:40 ************.conf
-rw-r--r--  1 root  wheel   1263  6 23 15:50 ************.conf
-rw-r--r--  1 root  wheel   1399  7 14 13:56 ************.conf
-rw-r--r--  1 root  wheel   1342  7 17 14:15 ************.conf
-rw-r--r--  1 root  wheel   2785  8  6 10:35 ************.conf
-rw-rw-r--  1 root  wheel   6997  9 17 11:17 ************.conf
 -l ... リスト形式で表示
 -a ... ディレクトリ内の全てを表示
 -t ... ファイル/ディレクトリをアルファベット順にする前に、時系列でソートする
 -r ... ソート順序を逆にする