Example to change the text color (foreground) to bold blue… ^[[1;34m Example to change the text color to normal blue and change the background to cyan… ^[[0;34;46m Example to revert back to the default style, text, and background… ^[[0m This example of direct command using syntax