标签: linux bash date time scripting
如何创建bash脚本 我希望与时间和日期相呼应,
答案 0 :(得分:1)
#!/bin/bash echo "Good Morning, today's date is $( date )" echo "Quote of the Day" echo "Today I will try to be less lazy than I was yesterday"