修改 ls 命令的时间显示格式

Posted aozima

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改 ls 命令的时间显示格式相关的知识,希望对你有一定的参考价值。

ls -l --time-style +%Y/%m/%d %H:%M:%S
ls -l --time-style +%Y%m%d %H:%M:%S

也可以写入默认配置中,后面就不用每次指定了

vi ~/.bash_profile

export TIME_STYLE
=+%Y/%m/%d %H:%M:%S cat ~/.bash_profile | grep TIME source ~/.bash_profile

 

以上是关于修改 ls 命令的时间显示格式的主要内容,如果未能解决你的问题,请参考以下文章

ls命令

★?命令 ls ★显示目录列表

Linux / MacOS 修改 ls 显示年月日的时间格式

Linux / MacOS 修改 ls 显示年月日的时间格式

一天一门编程语言Linux 实用命令大全

[Linux] - 修改ls/ll显示的时间格式