#! /bin/bashnowDate=$(date +%F)echo "hello world" >> /log/$nowDate.txt
查看结果
自己动手尝试其他的吧!
date 指令,打印时间
#打印我们需要的格式date +%F
date --help 查看更多方式