-
9 年前
常用的shell时间函数
时间日期 Linux时间 Linux日期 Shell/Python
获取当前时间 function get_now_time { echo `date "+%Y-%m-%d %H:%M:%S"` } 获取时间戳 function get_unixtime { echo `date -d $1 +%s` } 20150601格式转化为2015-06-01 function convert_str_time { echo `dat…
获取当前时间 function get_now_time { echo `date "+%Y-%m-%d %H:%M:%S"` } 获取时间戳 function get_unixtime { echo `date -d $1 +%s` } 20150601格式转化为2015-06-01 function convert_str_time { echo `dat…