How does one output bold text in Bash?

后端 未结 5 1845
南笙
南笙 2020-12-02 03:55

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.

5条回答
  •  既然无缘
    2020-12-02 04:26

    This is an old post but regardless, you can also get boldface and italic characters by leveraging utf-32. There are even greek and math symbols that can be used as well as the roman alphabet.

提交回复
热议问题