how can i creat a program to print out color full text or something... can anyone show me a sample....(geez i dont know what to do..)
This is a discussion on colorz within the Linux Programming forums, part of the Platform Specific Boards category; how can i creat a program to print out color full text or something... can anyone show me a sample....(geez ...
how can i creat a program to print out color full text or something... can anyone show me a sample....(geez i dont know what to do..)
a simple example with bash now do the same in printf
echo -en $"\\033[1;31m hi this is a test message"
cheers
R