In this one liner, we have used the following programs:
watch: The watch will execute the program periodically and display the result on complete screen.
figlet: the figlet provides different style and size of font
TOIlet - display large colourful characters (heard this command today itself) :))
watch: The watch will execute the program periodically and display the result on complete screen.
figlet: the figlet provides different style and size of font
TOIlet - display large colourful characters (heard this command today itself) :))
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watch -tcpn.5 'figlet -f big -W "$(echo "coding\n-\nscripting")" | toilet -f term --metal' |
watch -tcpn.5 'figlet -f big -W "$(echo "coding\n-\nscripting")" | toilet -f term --metal'
No comments:
Post a Comment