标签:gre %s cat export 显示 格式 grep code style
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
标签:gre %s cat export 显示 格式 grep code style
原文地址:https://www.cnblogs.com/aozima/p/12347218.html