首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

linux中施用date获取历史时间

2012-07-26 
linux中使用date获取历史时间脚本demo.sh的内容如下:?str$(date +%Y%m --date 1 months ago)touch $str

linux中使用date获取历史时间

脚本demo.sh的内容如下:

?

str=$(date +%Y%m --date '1 months ago')
touch $str

?

解释:

第一句:获取1个月以前的时间,结果为201004。

?

?

?

?

获取1天前的时间:

str=$(date +%Y%m --date '1 days ago')

热点排行