lyt-666

ls -lht --time-style=long-iso

ls -lht可以查看文件大小以M来显示

--time-style=long-iso 显示年月日时分

ls -l --time-style=full-iso 显示精确到毫秒

ls -l --time-style=iso   ls -l --time-style=locale  显示月日时分

ls -l --time-style \'+%Y/%m/%d %H:%M:%S\' 自定义显示方式

分类:

技术点:

相关文章:

  • 2022-02-08
  • 2021-06-20
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2021-08-02
  • 2021-08-16
  • 2021-12-25
猜你喜欢
  • 2021-04-09
  • 2021-07-09
  • 2022-12-23
  • 2021-07-29
  • 2021-12-08
  • 2021-04-20
  • 2022-12-23
相关资源
相似解决方案