#1
Display a Clock in the Linux Terminal with watch and figlet
Oneliner ASCII clock with watch and figlet:
watch -n 1 'date +"%I.%M %p" | figlet -f banner3 -w 180 'Oneliner ASCII clock with watch and figlet:
watch -n 1 'date +"%I.%M %p" | figlet -f banner3 -w 180 '