could anyone help me out with the relevant output of the following code snippet
echo -e "33[31m Hello World]"
I wish to print hello world
in red in this case.
could anyone help me out with the relevant output of the following code snippet
echo -e "33[31m Hello World]"
I wish to print hello world
in red in this case.
echo -e "\033[31m Hello World\e[0m"
Though you should