如何创建简单的BASH脚本,回显时间和日期

时间:2018-03-09 03:39:21

标签: linux bash date time scripting

如何创建bash脚本 我希望与时间和日期相呼应,

1 个答案:

答案 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"