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.
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.