Shell 处理时间
摘要:
场景1:打印时间 now_time=`date +"%Y-%m-%d %H:%M:%S"` echo $now_time # 使用双引号可以解析变量,单引号不行 echo 'time is $now_time' echo "time is $now_time" x=10 echo 'x is $x' 阅读全文
posted @ 2024-07-26 07:53 王景迁 阅读(13) 评论(0) 推荐(0) 编辑
posted @ 2024-07-26 07:53 王景迁 阅读(13) 评论(0) 推荐(0) 编辑