Re: help me to find a unix command



sartaj123@xxxxxxxxx wrote:

what is the command to change the background and foreground color of
command shell in unix.

You can try tput(1), it should work in almost all cases

tput setaf [colornumber] - sets foreground color
tput setab [colornumber] - sets background color

where colornumber is a number from 0 to 9



.