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

Posted [横渡]

tags:

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

1.修改ls显示格式

ls -l --time-style ‘+%Y/%m/%d %H:%M:%S‘
drwxr-x--- 2 edwetl edwetl    4096 2019/01/03 21:08:45 arc_test

ls -l --time-style ‘+%Y%m%d %H:%M:%S‘
drwxr-x--- 2 edwetl edwetl    4096 20190103 21:08:45 arc_test

2.修改配置到bash_profile

vi ~/.bash_profile
export TIME_STYLE=‘+%Y/%m/%d %H:%M:%S‘

cat ~/.bash_profile | grep TIME 
source ~/.bash_profile

 

 

PS:

ls与ll同理

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

[CentOS 7系列]linux系统文件类型

课堂使用的Linux命令

Linux

Linux小蜗牛

Linux 100个常用指令

Linux-bash复习