Linux小技巧:ls -l —— 查看文件信息,按时间、大小排序

  • 按时间排序:
[root@localhost ~]# ls -lt
总用量 968
drwxr-xr-x. 5 root  root      47 9月  28 09:53 tar
drwxr-xr-x. 9 yasuo yasuo   4096 9月  21 15:48 nginx-1.12.2
-rw-r--r--. 1 root  root  981687 9月  21 15:47 nginx-1.12.2.tar.gz
drwxr-xr-x. 3 root  root      44 9月  21 10:56 1
drwxr-xr-x. 2 root  root       6 9月  20 15:48 公共
drwxr-xr-x. 2 root  root       6 9月  20 15:48 模板
drwxr-xr-x. 2 root  root       6 9月  20 15:48 视频
drwxr-xr-x. 2 root  root       6 9月  20 15:48 图片
drwxr-xr-x. 2 root  root       6 9月  20 15:48 文档
drwxr-xr-x. 2 root  root       6 9月  20 15:48 下载
drwxr-xr-x. 2 root  root       6 9月  20 15:48 音乐
drwxr-xr-x. 2 root  root       6 9月  20 15:48 桌面
-rw-------. 1 root  root    1456 9月  14 19:49 anaconda-ks.cfg

加上-r是反向排序:

[root@localhost ~]# ls -ltr
总用量 968
-rw-------. 1 root  root    1456 9月  14 19:49 anaconda-ks.cfg
drwxr-xr-x. 2 root  root       6 9月  20 15:48 桌面
drwxr-xr-x. 2 root  root       6 9月  20 15:48 音乐
drwxr-xr-x. 2 root  root       6 9月  20 15:48 下载
drwxr-xr-x. 2 root  root       6 9月  20 15:48 文档
drwxr-xr-x. 2 root  root       6 9月  20 15:48 图片
drwxr-xr-x. 2 root  root       6 9月  20 15:48 视频
drwxr-xr-x. 2 root  root       6 9月  20 15:48 模板
drwxr-xr-x. 2 root  root       6 9月  20 15:48 公共
drwxr-xr-x. 3 root  root      44 9月  21 10:56 1
-rw-r--r--. 1 root  root  981687 9月  21 15:47 nginx-1.12.2.tar.gz
drwxr-xr-x. 9 yasuo yasuo   4096 9月  21 15:48 nginx-1.12.2
drwxr-xr-x. 5 root  root      47 9月  28 09:53 tar
  • 按大小排序:
[root@localhost ~]# ls -lS
总用量 968
-rw-r--r--. 1 root  root  981687 9月  21 15:47 nginx-1.12.2.tar.gz
drwxr-xr-x. 9 yasuo yasuo   4096 9月  21 15:48 nginx-1.12.2
-rw-------. 1 root  root    1456 9月  14 19:49 anaconda-ks.cfg
drwxr-xr-x. 5 root  root      47 9月  28 09:53 tar
drwxr-xr-x. 3 root  root      44 9月  21 10:56 1
drwxr-xr-x. 2 root  root       6 9月  20 15:48 公共
drwxr-xr-x. 2 root  root       6 9月  20 15:48 模板
drwxr-xr-x. 2 root  root       6 9月  20 15:48 视频
drwxr-xr-x. 2 root  root       6 9月  20 15:48 图片
drwxr-xr-x. 2 root  root       6 9月  20 15:48 文档
drwxr-xr-x. 2 root  root       6 9月  20 15:48 下载
drwxr-xr-x. 2 root  root       6 9月  20 15:48 音乐
drwxr-xr-x. 2 root  root       6 9月  20 15:48 桌面

加上-h是带单位显示文件大小:

[root@localhost ~]# ls -lSh
总用量 968K
-rw-r--r--. 1 root  root  959K 9月  21 15:47 nginx-1.12.2.tar.gz
drwxr-xr-x. 9 yasuo yasuo 4.0K 9月  21 15:48 nginx-1.12.2
-rw-------. 1 root  root  1.5K 9月  14 19:49 anaconda-ks.cfg
drwxr-xr-x. 5 root  root    47 9月  28 09:53 tar
drwxr-xr-x. 3 root  root    44 9月  21 10:56 1
drwxr-xr-x. 2 root  root     6 9月  20 15:48 公共
drwxr-xr-x. 2 root  root     6 9月  20 15:48 模板
drwxr-xr-x. 2 root  root     6 9月  20 15:48 视频
drwxr-xr-x. 2 root  root     6 9月  20 15:48 图片
drwxr-xr-x. 2 root  root     6 9月  20 15:48 文档
drwxr-xr-x. 2 root  root     6 9月  20 15:48 下载
drwxr-xr-x. 2 root  root     6 9月  20 15:48 音乐
drwxr-xr-x. 2 root  root     6 9月  20 15:48 桌面

 

  • 5
    点赞
  • 16
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值