shell 获取当前时间
shell 实现获取当前时间,并进行格式转换的方法:
1)原格式输出
[root@iZbp18re0hh4zxb0fzwttcZ ~]
[root@iZbp18re0hh4zxb0fzwttcZ ~]
2)时间串输出
[root@iZbp18re0hh4zxb0fzwttcZ ~]
[root@iZbp18re0hh4zxb0fzwttcZ ~]
20211214152806
[root@iZbp18re0hh4zxb0fzwttcZ ~]
[root@iZbp18re0hh4zxb0fzwttcZ ~]
2021-12-14 15:30:36
[root@iZbp18re0hh4zxb0fzwttcZ shell]
[root@iZbp18re0hh4zxb0fzwttcZ shell]
2021.12.14
[root@iZbp18re0hh4zxb0fzwttcZ system]
[root@iZbp18re0hh4zxb0fzwttcZ system]
12/14/21
解释
Y显示4位年份,如:2018;y显示2位年份,如:18。
m表示月份;M表示分钟。
d代表天;D则表示当前日期。
H 表示小时,而h显示月份。
s显示当前秒钟,单位为毫秒;S显示当前秒钟,单位为秒。
|