ll | grep ^[^d] |cut -d" " -f 5-18
ll |sort -k5 -nr
[root@116 logs]# ll | sort -rn -k5
-rw-r--r--. 1 nobody root 8046677442 4月 8 14:49 www.3iauto.com_access.log
-rw-r--r--. 1 nobody root 3755769615 4月 8 14:49 img.3iauto.com_access.log
-rw-r--r--. 1 nobody root 2076300635 11月 11 11:41 editor.3iauto.com_access.log
-rw-r--r--. 1 nobody root 698120470 4月 8 14:49 www.mingmagazine.com_access.log
-rw-r--r--. 1 nobody root 422544963 4月 8 14:42 3iauto.com_access.log
[root@116 logs]# ll | sort -rn -k6 按照第6列排序
-rw-r--r--. 1 nobody root 32027041 12月 24 15:31 www.3iauto.mobi_access.log
-rw-r--r--. 1 nobody root 68367925 11月 11 19:13 www.3iauto.cc_access.log
-rw-r--r--. 1 nobody root 133222010 9月 10 2013 demo.3iauto.com_access.log
-rw-r--r--. 1 nobody root 8331993 4月 7 15:06 icar.access.log
-rw-r--r--. 1 nobody root 4348658 3月 12 2013 www.3iauto.tv_access.log
sort -rn -k3 -t":" /etc/passwd (-t指定分隔符,-k指定按照哪列排序)
[root@devapp01 ~]# sort -nr -k3 -t":" /etc/passwd |cut -d":" -f 3 (-d 指定分隔符,-f 指定打印的列)
65534
913
912
911
910
909
908