摘要: #!/bin/bash #一月前 historyTime=$(date "+%Y-%m-%d %H" -d '1 month ago') echo ${historyTime}historyTimeStamp=$(date -d "$historyTime" +%s) echo ${historyT 阅读全文
posted @ 2017-11-28 08:51 fire909090 阅读(1734) 评论(0) 推荐(0) 编辑