Print color text in command line.
December 24th, 2006 mysurface
Sometimes echo is not enough, if you need to print more advanced format of text. Lucky, we have printf. printf is a common function call in c programming language, if you learn c before, you should very familiar with this function.
Simply illustrate the power of printf, do as follow:
printf ‘\n\t\thello\tworld\n’
Besides readable character, printf can accept [...]
Posted in Text Manipulation, clear, printf, read | Hits: 25056 | 7 Comments »
Live Chat!








