colorz [Archive] - C Board

PDA

View Full Version : colorz


xlordt
02-19-2002, 01:05 AM
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..)

rohit
02-19-2002, 01:46 AM
a simple example with bash now do the same in printf
echo -en $"\\033[1;31m hi this is a test message"
cheers
R