How does one output bold text in BASH? - by ratberryjam I'm writing a bash script that prints some text to the screen: echo "Some Text" Can I format the text? I would like to make it bold. Thank you. Read the article