underlining


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers underlining
# 8  
Old 08-30-2003
Part of the post I linked to:
Quote:
Originally posted by Perderabo
quick ksh example:

echo abc $(tput smso) def $(tput rmso) ghi
Try this then for underlining - I don't know for sure that this will work, I don't have a system in front of me:

echo abc $(tput smul) def $(tput rmul) ghi
# 9  
Old 08-30-2003
thats perfect !!! i like it ..!!! hahha thanks alot
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk problem underlining text

I have a whole text file filled with titles of books and its writers and the publications houses etc. Example: I want to underline the title:" This business of the Gods". An awk line can do the trick, but I have not been able to get it together. I am close but I can't make it work. (7 Replies)
Discussion started by: TheoDore4
7 Replies
Login or Register to Ask a Question