最近偶为了写一个调整时间的shell而绞尽脑汁,结果在某一天#info data这里面看到了data -d参数的灵活用法,真是欣喜若狂.好东西要保存,整理整理: * To print the date of the day before yesterday: date --date='2 days ago' * To print the date of the day three months and one day hence: date --date='3 months 1 day' * T
Linux date 格式化时间和日期 [root@linuxidc ~]# date -d today +"%Y-%m-%d" 2016-11-26 [root@linuxidc ~]# date -d today +"%Y_%-m_%-d"2008_5_7 [root@linuxidc ~]# date -d today +"%Y-%m-%d %T"2016-11-26 11:55:19 [root@linuxidc ~]# date -d
Linux date begin="2016-01-01" ; i < ; i++ )); do current=$(date -d "$i day $begin" +"%Y-%m-%d") echo $current done mac date begin="2016-01-01"begin=`date -j -f %Y-%m-%d $begin +%s` ; i < ; i++ )); do current=`