How does one output bold text in BASH?

Posted by ratberryjam on Stack Overflow See other posts from Stack Overflow or by ratberryjam
Published on 2010-05-27T20:36:09Z Indexed on 2010/05/27 20:41 UTC
Read the original article Hit count: 171

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about bash

Related posts about text