Sponsored Content
Full Discussion: how to display in bold
Top Forums Shell Programming and Scripting how to display in bold Post 302351321 by jlliagre on Tuesday 8th of September 2009 07:08:20 AM
Old 09-08-2009
A usual way is to surround the text with "*", like this is *bold text*.
That might translate to a bold typeface depending on the mail client used on the other side. Alternatively, you could format your whole mail in html but that would probably be cumbersome.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Bold Text?

Hello, On the linux box I use at work, the directories are bold type to distinguish them. Is there a way to make certain words in a text file bold? Thanks! (4 Replies)
Discussion started by: Atama
4 Replies

2. Shell Programming and Scripting

Bold the paragraph

Hi, I have a file with multiple paragraph. I want to look for some word and make that paragraph bold. How can I do that? Thanks, Karthik (3 Replies)
Discussion started by: caprikar
3 Replies

3. UNIX for Dummies Questions & Answers

Printing in Bold

Hi, How do I print some shell variable in BOLD/ Thanks for any suggestions, Preeti (10 Replies)
Discussion started by: preetikate
10 Replies

4. Programming

Bold text

hello, how do i display the text in the printf statement in bold. or is there anyway to display the text on the console in bold thx in advance svh (3 Replies)
Discussion started by: svh
3 Replies

5. UNIX for Dummies Questions & Answers

How can i make this bold

Folks; I'm writing this as a part of a script: echo "col1 hdg|col2hdg|col3hdg|" How can i make these fields shows in Bold text? (10 Replies)
Discussion started by: moe2266
10 Replies

6. Shell Programming and Scripting

bold the word in report

I hv script that will output a txt file report , the report content is as below, I would like the word "No error" is bolded so that this message is highlighted , can advise what can i do ? thx Date : 2002-01-22 Error : No error (3 Replies)
Discussion started by: ust
3 Replies

7. Shell Programming and Scripting

color,bold

hi friend , I am generating a csv file i,e output file E104|0|06/04/1994|The values E005 and E001 are not equal. E106|0|01/09/1993|The values E001 and E002 are not equal. E106|0|01/09/1993|The values E003 and E002 are not equal. E108|0|02/30/1995|The values R001 and E001 are not equal.... (0 Replies)
Discussion started by: charandevu
0 Replies

8. UNIX for Dummies Questions & Answers

What does a bold filename in ls mean?

I am ssh'd into my box using a terminal emulation of vt100. When I do a directory listing (ls) some of the file names are bold. I know that directories are also in bold, but these are not directories. What does a bolded filename mean? This seems like such a basic question, but I've spent 20... (3 Replies)
Discussion started by: nunemaj
3 Replies

9. Shell Programming and Scripting

how can i bold a text

Dear i want to bold a text using shell script. please give sample.. Thanks rex (1 Reply)
Discussion started by: jrex1983
1 Replies

10. Shell Programming and Scripting

Bold Characters

Hi All, How to make the characters bold in k shell. like for example "File is too large to view" to "File is too large to view" is it like echo "File is too large to view" Please advice and samples (18 Replies)
Discussion started by: rajeshorpu
18 Replies
richtext(1)						      General Commands Manual						       richtext(1)

NAME
richtext - View a richtext document, typically a mail message SYNOPSIS
richtext [ -c ] [ -f ] [ -m ] [ -n ] [ -o ] [ -p ] [ -s charset ] [ -t ] [ file ] DESCRIPTION
The richtext program allows users to view "richtext" files on an ASCII terminal. It uses termcap(5) capabilities to highlight text that is supposed to be bold or italic, and to underline text that is supposed to be underlined. It also implements most of the richtext commands that have to do with indentation and justification, as well as the "excerpt" and "signature" commands. Richtext is a very simple markup language for sending rich text through the mail. It is not to be confused with Microsoft's RTF (Rich Text Format). It is part of the MIME standard for multimedia Internet mail. The richtext program takes raw richtext output on its standard input or from a file and produces formatted output on its standard output, which is assumed to be a terminal. It is intended primarily for use by the metamail(1) program. The program will also repair the raw input to match up any richtext command pairs that are out of order. OPTIONS
When invoked with no options, richtext expects raw richtext on its standard input, which is corrected, and then formatted output is written on its standard output. The following options can alter that behaviour: -a This option, which is only available under DOS, toggles whether or not to use ANSI mode for highlighting bold, italic, or under- lined text. -c This option directs richtext to just correct the raw richtext and write the corrected version to its standard output, without per- forming any formatting. -f This option directs richtext to use termcap-derived escape codes for bold and italic text, even if richtext is called in a pipe. -m This option directs richtext to interpret '<' in multi-byte Japanese and Korean sequences as a real less-than symbol and not the start of a richtext command. This is called the ''multi-byte '<' hack'' in the source code. Primarily this is for international variants of richtext. -n This option directs richtext to not do any correction to the raw richtext it receives. -o This option directs richtext to use overstriking for underlining, etc., on terminals where this is the most appropriate behavior. -p This enables the use of a pager which reports "Press RETURN to go on" after each screen-full of data. Alternatively, if the envi- ronment variable MM_USEPAGER is present, then the pager will also be used. This option and the environment variable have no effect if either standard input or standard output is redirected. -s charset This option directs richtext to use the specified default character set initially when processing the text. Legal values are us- ascii, iso-2022-jp and iso-2022-kr. Any other value will default to us-ascii. -t This option directs richtext NOT to use termcap-derived escape codes for bold and italic text, even if richtext is called in a ter- minal. Instead, "*" and "_" will be used to highlight the affected text. X11 Resources If you're using the xterm program, you can control what font is used for bold text using the "xterm*boldFont" resource. SEE ALSO
metamail(1), mailto(1), termcap(5) BUGS
This is a very quick hack, really -- an attempt to provide minimal richtext support for an ASCII terminal. The author makes no pretense of having gotten every single case right. COPYRIGHT
Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore) Permission to use, copy, modify, and distribute this material for any purpose and without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies, and that the name of Bellcore not be used in advertising or publicity pertaining to this material without the specific, prior written permission of an authorized representative of Bellcore. BELLCORE MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. AUTHORS
Nathaniel S. Borenstein Richtext correction algorithm and international language support by Rhys Weatherley (rhys@cs.uq.oz.au). Release 1 richtext(1)
All times are GMT -4. The time now is 06:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy