linux得到系统当前日期

#/bin/sh
#取系统时间

vDate=`date +%Y%m%d`

echo $vDate

echo "成功"

posted @ 2018-05-21 11:38  江清风  阅读(10125)  评论(0编辑  收藏  举报