公告
财富商城
积分规则
提问
发文
2019-01-04 09:00发布
贼婆χ
I have a date in this format: "27 JUN 2011" and I want to convert it to 20110627
Is it possible to do in bash?
A single date command seems to work well :
date -d "27 JUN 2011" +%F
最多设置5个标签!
A single date command seems to work well :