Answers for "showing danger message in red in terminal bash"

CSS
0

showing danger message in red in terminal bash

#    .---------- constant part!
#    vvvv vvvv-- the code from above
RED='\033[0;31m'
NC='\033[0m' # No Color
printf "I ${RED}love${NC} Stack Overflow\n"
Posted by: Guest on May-08-2020

Browse Popular Code Answers by Language