04-07-2008
how to make a line BLINKING in output and also how to increase font size in output
how to make a line BLINKING in output and also how to increase font size in output
suppose in run a.sh script
inside echo "hello world "
i want that this should blink in the output and also
the font size of hello world should be big ..
could you please help me out in this
10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hw to change the font color and size of output in perl (2 Replies)
Discussion started by: trupti_rinku
2 Replies
2. Shell Programming and Scripting
Hi Guys,
I am trying to convert a file which has a row based output to a column based output. My original file looks like this:
1
2
3
4
5
6
1
2
3
1
2
3 (8 Replies)
Discussion started by: npatwardhan
8 Replies
3. Shell Programming and Scripting
Hi,
I am unable to get this script to work as desired. Basically, if an argument "log" is sent into the script, it outputs the result of the Make to a file output.log. However, if the argument is not passed, I want the output to be just put on screen (no redirection). See code snippet below.
#... (3 Replies)
Discussion started by: srujan45
3 Replies
4. Shell Programming and Scripting
hi,
I want to change the font of text in output file. :(
I tried the below code
code:
if awk 'BEGIN{if('$RSS'>='1000')exit 0;exit 1}'
then
RED=`echo "\033
i can see colors in terminal but not in output file :wall:
please help me how i can get colors text in output file.
edit... (1 Reply)
Discussion started by: sreelu
1 Replies
5. UNIX for Advanced & Expert Users
Can someone explain the correlation between how sar names the disk drives and how the rest of the OS names the disk drives?
sar lists my disk drives as sd0, sd1, sd2, etc.....
while format lists my disk drives as c1t0d0, c1t1d0, c1t2d0,etc...
And also why sar shows 8 disks but format... (2 Replies)
Discussion started by: s ladd
2 Replies
6. UNIX for Dummies Questions & Answers
Please mention "How to increase font size for text to type commands in CYGWIN " ? (2 Replies)
Discussion started by: adirajup
2 Replies
7. Shell Programming and Scripting
hi I want to write a script, while using the SED editor, to output the text, in this case a variable, to the result file but highlighted it in bold, is it possible to do that? can you tell me how?
eg. in text.txt
sed '$ a\
'$variable'
' <text.txt >text2.txt
so it will add the... (2 Replies)
Discussion started by: piynik
2 Replies
8. Red Hat
Hi friends
I want increase font size in linux can anybody help me plese
Example:this is my in put
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00 18G 2.5G 14G 15% /
/dev/sda2 ... (1 Reply)
Discussion started by: vasuibm
1 Replies
9. UNIX for Dummies Questions & Answers
hi dear
i need help about following command that i require for installing szip software
./configure --prefix=/usr/local make all install >& make-output
my question is what >& make-output command do? does it make folder called make-output?:confused:
thanks in advance
fereshte
Use... (2 Replies)
Discussion started by: komijani
2 Replies
10. UNIX for Beginners Questions & Answers
Input file:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 (6 Replies)
Discussion started by: Sagar Singh
6 Replies
trbdf(1) User Manuals trbdf(1)
NAME
trbdf - convert BDF-font from one encoding to other
SYNOPSIS
trbdf -C | -l | -h
trbdf [-s] [-f input-codeset ] [-t output-codeset ] [--foundry[=] new-foundry ] BDF-font
DESCRIPTION
trbdf is a program for translation of BDF fonts from one encoding to other. One exciting feature of trbdf is that it tries to approximate
the symbols that miss from the font or from the encoding of the font with existing symbols when possible.
If the option -s or --gen-script is given trbdf will generate an awk(1) script for translation of BDF-fonts for fixed combination of input-
codeset and output-codeset This is useful for faster convertion of many files. This script is used as filter.
If none of -C, -s, -l, -h and their equivalents is given the BDF-font will be read assuming it is coded with codeset input-codeset On stan-
dard output it will be recoded so to use codeset output-codeset Both input-codeset and output-codeset are case insensitive and default to
`cp1251'.
OPTIONS
-C, --copyright
Display copying conditions and warranty information.
-s, --gen-script
Generates conversion script for given input and output encodings instead to convert BDF-font. This option is usefull if you have to
convert many fonts. The generated script expects the input font from its standard input and outputs the converted font.
-l, --list
List all known codesets.
-h, --help
Display this help and exit.
-f input-codeset, --from[=]input-codeset
Codeset of the source font.
-f output-codeset, --to[=]output-codeset
Codeset of the generated font.
--foundry[=]new-foundry
Use this option if you want to change the foundry of the generated fonts.
AUTHOR
Anton Zinoviev <anton@lml.bas.bg>, <zinoviev@fmi.uni-sofia.bg>
SEE ALSO
bdftopcf(1x)
trscripts NOV 2002 trbdf(1)