qfedu-linux-advanced-level/day1/d12.sh

7 lines
176 B
Bash
Raw Normal View History

2023-08-14 15:53:04 +08:00
#!/bin/bash
# `` 使用示例
echo "current datetime is `date +"%y年-%m月-%d日 %H:%M:%S"`"
# 转义空格
echo "current datetime is `date +%y年-%m月-%d日\ \ %H:%M:%S`"