Having a colourful display on shell script is something that’d beautify your experience. Using colour text and echos will help you to highlight and distinguish the shell output on a linux prompt. Here’s how you can have colored text in linux shell, try following command on your bash: bash $] tput setaf 1 You will […]
The post How to echo colored text in linux shell script first appeared on ..::CHANGE is INEVITABLE::...