![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What does a bold filename in ls mean? | nunemaj | UNIX for Dummies Questions & Answers | 3 | 07-26-2008 01:00 PM |
| color,bold | charandevu | Shell Programming and Scripting | 0 | 04-07-2008 04:24 AM |
| Underline | panknil | Shell Programming and Scripting | 2 | 05-03-2007 06:05 PM |
| How to underline/bold and how to align output | clara | UNIX for Dummies Questions & Answers | 1 | 06-16-2005 01:41 PM |
| underline character in vi editor | Melissa | UNIX for Dummies Questions & Answers | 2 | 02-05-2002 09:27 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Bold and Underline - not displyed in more/less/vi
I have a script main.shl which has few lines like this
#bold tput smso echo "\t\tsome statement\t\t" tput rmso I am executing the main.shl from the shell and redirected its output to a separate file like this $main.shl >main.log 2>&1 & once after running this script, if I "cat" the main.log, the "some statements" are displayed in Bold. but if I open it thro "more","less" or "vi", the ESC characters are shown aroun the "Somestatements" and it is not looking bold as it is in"cat" Why this happens? If I want to display the bold part even when seeing thro more/less, then what I need to do Thx, Ramkrix |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|