![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Need help to escape special characters in Korn shell script | rogers42 | UNIX for Dummies Questions & Answers | 6 | 05-14-2009 07:23 AM |
| Bold characters in mail | hemangi13 | UNIX and Linux Applications | 8 | 11-05-2008 03:56 PM |
| Bold characters in c shell | hemangi13 | Shell Programming and Scripting | 9 | 09-19-2008 11:57 AM |
| help removing characters for output file in shell script | wingchun22 | Shell Programming and Scripting | 1 | 08-02-2008 12:55 AM |
| extract field of characters after a specific pattern - using UNIX shell script | jansat | HP-UX | 2 | 05-28-2008 12:08 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Bold characters in a file using Shell script
Hi,
When I am running below mentioned script then the characters become bold but after opening the same file in Windows, Instead of getting bold characters i am getting some garbage value for \033[1m and \033[0m. Script: $ cat > temp.sh echo " User Name: \033[1m $User_Name\033[0m" > temp.csv Output in UNIX: cat temp.csv Your Name: Kunal Dixit Output in Windows (after ftp the file): but in windows , i am getting My name is [1m Kunal Dixit[0m Is it possible to get the bold characters in windows also. Thanks for your suggestions. Regards, Kunal |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| unresolved, unresolved for months, unresolved for weeks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|