linux 中date命令主要应用于时间计算以及日志时间格式设置。
date +"%T"直接显示时间 t 为跳格
[[email protected] ~]# date +"%T" 14:00:08 [[email protected] ~]# date +"%t" [[email protected] ~]#
date + "%D"
[[email protected] ~]# date +"%D" 08/04/16 [[email protected] ~]# date +"%d" 04
年月入:
[[email protected] ~]# date +"%Y%m%d" 20160804 [[email protected] ~]# date +"%Y%m%d%M" 2016080402 [[email protected] ~]# date +"%Y%m%d%T" 2016080414:03:05
时间戳与时间之间的换算:
1.1 将当前时间转化为时间戳:
[[email protected] salt]# date +%s 1470817393
时间: 2024-10-24 15:01:15