sort命令
-rw------- 1 eamon staff 3325 12 28 19:01 .mysql_history
drwxr-xr-x 19 eamon staff 646 8 20 16:01 .jenkins
drwx------+ 4 eamon staff 136 8 20 21:03 Music
-rw------- 1 eamon staff 35 9 8 16:04 .npmrc
-rw-r--r-- 1 eamon staff 88167 12 8 18:06 升级SDK-API.jmx
-rw-r--r-- 1 eamon staff 217 11 3 16:10 .wget-hsts
drwxr-xr-x 4 eamon staff 136 9 12 18:11 .qqbot-tmp
drwx------+ 151 eamon staff 5134 1 14 20:16 Downloads
drwxr-xr-x 3 eamon staff 102 8 20 20:17 .jeb-android-frameworks
drwxr-xr-x 20 eamon staff 680 12 12 18:25 devtool
drwxr-xr-x 5 eamon staff 170 1 14 20:29 .config
-rw-r--r-- 1 eamon staff 252 9 10 18:33 a.py
-rw-r--r--@ 1 eamon staff 448 9 10 18:33 123.png
-rw-r--r--@ 1 eamon staff 623 9 8 19:35 erweima.png
drwxr-xr-x 3 eamon staff 102 8 17 17:39 .cocoapods
-rw------- 1 eamon staff 16 8 13 17:40 .emulator_console_auth_token
-rw-r--r-- 1 eamon staff 272 1 14 16:46 .bashrc
-rw-r--r-- 1 eamon staff 272 1 14 16:46 .zshrc
-rw-r--r-- 1 eamon staff 390 1 14 16:46 .profile
-rw-r--r-- 1 eamon staff 580 1 14 16:46 .bash_profile
drwxr-xr-x 10 eamon staff 340 1 14 16:46 .sdkman
drwxr-xr-x 3 eamon staff 102 11 3 17:50 .robotframework
-rw-r--r-- 1 eamon staff 118 8 17 17:51 .gemrc
-rw------- 1 eamon staff 4 8 15 19:57 .node_repl_history
-rw-r--r--@ 1 eamon staff 14340 1 12 17:59 .DS_Store
对如上列表进行排序
ls -all | sort -nrk 2 -t : 按照创建时间的分钟进行排序
-t指定分隔符为:
-n指定第几列
-r倒序排序
-k指定起始和结束位置