Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

red bash linux

Black        0;30     Dark Gray     1;30
Red          0;31     Light Red     1;31
Green        0;32     Light Green   1;32
Brown/Orange 0;33     Yellow        1;33
Blue         0;34     Light Blue    1;34
Purple       0;35     Light Purple  1;35
Cyan         0;36     Light Cyan    1;36
Light Gray   0;37     White         1;37
And then use them like this in your script:

RED='33[0;31m'
NC='33[0m' # No Color
printf "I ${RED}love${NC} Stack Overflow
"
Comment

PREVIOUS NEXT
Code Example
Shell :: material ui install 
Shell :: look word in files command 
Shell :: docker-compose compose clear cache 
Shell :: remove remote git 
Shell :: add pg_config to path 
Shell :: upgrading ionic 5 
Shell :: git commit back in time 
Shell :: tcpdump get dhcp packets 
Shell :: how to upload laravel project on github using command 
Shell :: linux folder size 
Shell :: config git ftp 
Shell :: npm ERR! path /usr/local/lib/nodejs/node-v10.15.3-linux-x64/lib/node_modules while installing angular cli 
Shell :: install live-server via npm 
Shell :: login to ssh with password 
Shell :: install openssh 
Shell :: install curl 
Shell :: install code . path in mac 
Shell :: dd write iso to usb linux 
Shell :: git username and password in terminal 
Shell :: how to do create diff file in linux 
Shell :: npm three 
Shell :: see what user a process is running as 
Shell :: git remote url change 
Shell :: snap remove 
Shell :: switch wsl 2 to 1 
Shell :: see changes to be pushed git 
Shell :: clean my ubuntu 
Shell :: install/uninstall deb packages from linux/ubuntu 
Shell :: delete aws configure in mac cli 
Shell :: live-server command 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =