Answers for "command to reset the colors in the terminal"

0

command to reset the colors in the terminal

tput init
Posted by: Guest on April-07-2022
0

command to reset the colors in the terminal

tput setaf <numbers from 0 to 18>
Fo example;
tput setaf 7
tput setaf 15 #each number gives a different color with respect to your preference
Posted by: Guest on April-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language