Linux date命令精确到毫秒
date +%Y-%m-%d’ ‘%H-%M-%S
[root@harbor ~]# date +%Y-%m-%d' '%H-%M-%S
2021-01-25 17-04-59
结合实际使用
可用做打包或者备份时作为包的名字命名
tar -zcvf test_`date +%Y-%m-%d' '%H-%M-%S`.tar.gz test
date +%Y-%m-%d’ ‘%H-%M-%S
[root@harbor ~]# date +%Y-%m-%d' '%H-%M-%S
2021-01-25 17-04-59
可用做打包或者备份时作为包的名字命名
tar -zcvf test_`date +%Y-%m-%d' '%H-%M-%S`.tar.gz test