Fedora Linux ll 日期显示格式调整 年月日时分秒

编辑/etc/bashrc

增加一行

alias ll='ls -l --time-style "+%Y-%m-%d %H:%M:%S" --color=auto'

打开一个新的终端,查看效果

Fedora Linux ll 日期显示格式调整 年月日时分秒_第1张图片

你可能感兴趣的:(Linux,bash)