Gossamer Forum
Home : General : Chit Chat :

bold output in shell

Quote Reply
bold output in shell
I want my output to be in bold so I used this command:

/home% echo "^v[[[1mHello"
hello
/home%

The problem is - my prompt is in bold too! What's the other way of doing this so that my prompt does not turn bold?

Thanks!