Friday 27 December 2019

bash - How to change the output color of echo in Linux

I am trying to print a text in the terminal using echo command.



I want to print the text in a red color. How can I do that?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...