date 使用介绍

发布时间: 更新时间: 总字数:39 阅读时间:1m 作者: IP上海 分享 网址

shell打印日期。

日期

格式一

#!/bin/sh
function date_format(){
  echo "`date "+%Y-%m-%d %H:%M:%S"` [$0]"
}

echo "`date_format` ok"

输出:

2016-11-06 14:38:14 ok

格式二

date +%s
1568429300
Home Archives Categories Tags Statistics
本文总阅读量 次 本站总访问量 次 本站总访客数