惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
J
Java Code Geeks
I
InfoQ
腾讯CDC
Vercel News
Vercel News
IT之家
IT之家
V
Visual Studio Blog
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
有赞技术团队
有赞技术团队
月光博客
月光博客
Martin Fowler
Martin Fowler
量子位
L
LangChain Blog
B
Blog
Last Week in AI
Last Week in AI
博客园 - 司徒正美
Microsoft Security Blog
Microsoft Security Blog
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans

博客园 - aozima

使用API查询rcvps.cn的主机流量 zabbix监控MinIO zabbix监控gestetner GS3021打印机 zabbix监控DCP-7180打印机 zabbix监控m232dw打印机 给Snipe-IT添加扫码盘点 Snipe-IT支持Oauth2登录 gitlab禁止用户自己删除帐号 多年前旧笔记本惠普CQ40升级记录 关闭 gitlab中的 letsencrypt thinkphp5自定义sql排序 nginx自带的webdav掉坑计 获取上个程序的返回值 使用CURL测量网络延时 测试 tls 1.3 阿里云共享上网 tensorflow-gpu 1.13 提示找不到 libcublas.so.10.0 的问题 阿里云不同帐号间内网互通 R410自带SAS6IR卡折腾记
修改 ls 命令的时间显示格式
aozima · 2020-02-22 · via 博客园 - aozima
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

posted on 2020-02-22 21:09  aozima  阅读(932)  评论(0)    收藏  举报