pipiyan
ll不是命令,是ls -l的别名

 

按大小排序

[root@localhost ~]# ll -Sh 

按时间排序

[root@localhost ~]# ll -rt

ll -t 是降序, ll -t | tac 是升序

分类:

技术点:

相关文章: