标签: bash shell
在bash中获取日期的工作原理如下:
now=$(date) echo "Current date: $now"
它返回:
Current date: Mon Nov 28 11:34:55 NZDT 2016
我需要将日期存储在变量中,其中日期的格式如下:
20161128
如何将日期格式转换为我需要的格式?
答案 0 :(得分:3)
您使用+%
$inbound/ctx:transport
输出
date +%Y%m%d