date命令 简单使用
date 查看当前系统时间
date +%d
%Y 年
%m 月(01-12) %b(Jan-Dec) %B(January-December)
%d 日
%H 小时(00-23) %I(01-12)
%M 秒钟
%S 秒
%s 1970年1月1日到目前为止的秒数
%a 星期(Sun-Sat) %A (Sunday-Saturday)
date -s "20141028 12:07:30" 修改系统时间为2014年10月28号 12点07分30秒
本文出自 “8921049” 博客,请务必保留此出处http://8931049.blog.51cto.com/8921049/1568898
原文地址:http://8931049.blog.51cto.com/8921049/1568898