![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to reduce fil system size seen in bdf! | akyuceisik | HP-UX | 11 | 05-09-2008 01:04 AM |
| Font size in VIM | ketchera | UNIX for Dummies Questions & Answers | 1 | 02-19-2008 07:29 AM |
| set font size | sachin.gangadha | UNIX for Dummies Questions & Answers | 14 | 12-13-2007 04:50 PM |
| How to reduce the size of a logical volume in solaris 9 | aribault | SUN Solaris | 6 | 10-28-2005 01:27 AM |
| Font size | elhefe | UNIX for Dummies Questions & Answers | 2 | 11-05-2001 01:18 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How to reduce font size in a file
HPUX 11iv2 #!/bin/sh
Hi all. I have a script that results in the creation of an ascii file which is ultimately emailed out to several people. The email wraps each line so I would like to reduce the font size of the ascii file. I looked at nroff and also tr but it wasn't clear to me how to do this. I would really like to just cat the file and pipe to to another file with the reduced font size. Any ideas? TIA!!!! |
| Forum Sponsor | ||
|
|
|
|||
|
Font size is formatting information, straight ascii files do not contain formatting information. You would need some formatting added such as *roff, postscript, html or RTF in order for the file to contain formatting information.
|
|||
| Google UNIX.COM |