Sponsored Content
Top Forums Shell Programming and Scripting While loop running after reaching limit Post 302586033 by Vaibhav.T on Friday 30th of December 2011 03:41:15 AM
Old 12-30-2011
Hi Ahamed

Thanks a lot. Can u pls tell what "continue" does in if condition also i want to increase specific size of my output fonts can u pls give some solution as i have searched on internet but couldn't find
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to limit the number of running instances of a script?

I would like to allow only one instance of a script to run at any moment. I've tried the following solution to count the instances but the result is always the number of running instances plus one and I can't find the problem ps -ef | grep $0 | sed '/^$/ d' | sed '/grep/ d' | wc -l Please... (2 Replies)
Discussion started by: oti
2 Replies

2. AIX

Real memory usage is reaching 99.99%

Hi i am new to aix , we are using aix 5.3 version and model is 510 and 520 model servers. in our servers contains 8 gb ram. but servers average ram usage is reaching 99.9% , can any body help on this , is any impact if memory usage reach 99.9%. Regards Balaji Poola (2 Replies)
Discussion started by: Balajipoola007
2 Replies

3. IP Networking

trouble reaching local router interface

I have a processor (Solaris 5.8) with a router locally attached. We're having trouble pinging the router interface from the processor with a normal ping command. The response from the router is "administratively prohibited", which normally indicates the access list on the router is bouncing... (1 Reply)
Discussion started by: jalburger
1 Replies

4. Shell Programming and Scripting

Limit of ls command in for loop

I am using the code below to list all the Errors files from the directory in the for loop. When the number of files are less then 6000 then it's works fine but if it more than that then for loop fails. for file in `ls $ERR_DIR/PPL_Prov_Engine_Error_*` do memrecno=`cut -f2 -d'|' $file` ||... (6 Replies)
Discussion started by: mr_harish80
6 Replies

5. UNIX for Advanced & Expert Users

Limit on Number of Cron Jobs Running on one Account

Hello, I have some 150 Cron Jobs running under my UNIX account. I want to add some more jobs. Is there a limit to the number of cron jobs that can be run on an account? Thank you. Pramodini (8 Replies)
Discussion started by: Pramodini Rode
8 Replies

6. Shell Programming and Scripting

Running script automatically when threshold limit met in one of the field in oracle database

Hi Guys, Need you help in one point! I am working on one shell script which takes following steps : 1. Taking one query result from oracle database 2. Exporting that result to Xls file 3. Mailing that file to my own mail ID Now, I want to give a threshold limit to one of the column... (0 Replies)
Discussion started by: Agupte
0 Replies

7. Linux

Lan card not reaching Gateway

Hi, I have this problem on RHEL box. I am using two NIC's of same model and make (Intel 82557) in the adjacent PCI slots . I am using each one for different subnet and have assigned them ipaddresses and gateways of respective subnets . While one is O.K. connecting to its ... (5 Replies)
Discussion started by: dextergenious
5 Replies

8. What is on Your Mind?

Congratulations Corona688 for reaching to landmark of 4000+ THANKS

Hello All, Let's join our hands together to appreciate Corona688 for completing and reaching to the landmark of 4000+ THANKS. I do want to appreciate Corona688 on behalf of everyone here in forum for Corona688's continuous effort of posting very useful, full of experience and knowledge posts in... (7 Replies)
Discussion started by: RavinderSingh13
7 Replies

9. Shell Programming and Scripting

While loop with limit counter

#!/usr/bin/ksh c=0 while ]; do echo /tmp/unex NOT found, iter : $c; ((c = $c + 1)); sleep 2; done so, the above counter doesn't work, already tried both -lt & -gt, and changed || to && so what am I missing? Thanks in advance (5 Replies)
Discussion started by: unexistance
5 Replies

10. Shell Programming and Scripting

Limit on number of pipes after long-running command?

I'm trying to create a minimal, crude keylogger for X using only a shell script. I was quickly stumped: Why do these two commands entered in a terminal emulator produce output when I type... $ xinput test 6 | grep press $ xinput test 6 | awk '{print $3}' ...but this command produces no... (13 Replies)
Discussion started by: DevuanFan
13 Replies
MMPFB(1)						      General Commands Manual							  MMPFB(1)

NAME
mmpfb - creates single-master fonts from multiple master fonts SYNOPSIS
mmpfb [OPTIONS...] font DESCRIPTION
Mmpfb creates a normal, single-master PostScript font from a multiple master font by interpolation. You pass it a PFB or PFA font and options specifying the design point you want; it writes the resulting PFB or PFA font to the standard output. The fonts mmpfb creates are interpolated at a low level to remove multiple master instructions from individual characters. Therefore, they can be used by programs that don't normally understand multiple master fonts, like ps2pk(1). Mmpfb supports fonts with intermediate masters, like Adobe Jenson and Kepler. It can also create AMCP (Adobe Multiple Master Conversion Program) files for use by mmafm(1); see --amcp-info below. The font argument is either the name of a PFA or PFB font file, or a PostScript font name. If you give a font name, mmpfb will find the actual outline file using the PSRESOURCEPATH environment variable. This colon-separated path is searched for `PSres.upr' files, an Adobe method for indexing PostScript resources. You can also give the name of a multiple master font instance, like `MinionMM_367_400_12_'. Mmpfb will parse the font name and create that instance for you. `PSres.upr' files must be set up for this to work. EXAMPLE
% mmpfb --weight=400 --width=600 MyriadMM.pfb > MyriadMM_400_600_.pfb OPTIONS
Long options may be abbreviated to their unique prefixes. --output=file, -o file Send output to file instead of standard output. --pfb, -b Output a PFB font. This is the default. --pfa, -a Output a PFA font. --amcp-info Do not create a font; instead, output an AMCP file for use by mmafm(1). A message is printed if the font doesn't have intermediate masters, in which case no AMCP file is necessary. --weight=N, -w N Set the weight axis to N. --width=N, -W N Set the width axis to N. --optical-size=N, -O N Set the optical size axis to N. --style=N Set the style axis to N. --1=N (--2=N, --3=N, --4=N) Set the first (second, third, fourth) axis to N. --precision=N, -p N Set the output precision to N. Higher values mean the control points in the output font will be more exactly aligned; lower values (1 or 2) create smaller output font files, and are close enough for most purposes. A precision of N means that each point will be within 1/N font units of the exact interpolated value. (A font unit is generally 1/7200 inch for a 10-point font.) The default is 5. --subrs=N Limit the output font to at most N subroutines. 256 is a good value for N. --no-minimize Do not minimize the output font definition. By default, mmpfb removes extra PostScript code and dictionary definitions from the font. Supply the --no-minimize option to avoid this behavior. TROUBLESHOOTING
The "IBM" Type 1 font interpreter shipped as part of the X font server and ps2pk (among others) is inappropriately strict about PostScript code embedded in a font. The --minimize option (now the default) fixes this problem. Some versions of Adobe Acrobat Distiller may report "Warning: unable to embed font X. Invalid character outline data" when distilling an instance generated by mmpfb. This is due to a limitation in the number of font subroutines Distiller can accept. (Multiple master fonts, and the single-master fonts generated by mmpfb, tend to have a lot of subroutines.) Try limiting the number of subroutines in the generated font with the --subrs option. SEE ALSO
mmafm(1) DIAGNOSTICS
reducing font to minimum number of subroutines (N) You tried to reduce the number of subroutines to less than N using the --subrs option, but the font needs at least N to function. The output font will have N subroutines. AUTHOR
Eddie Kohler, ekohler@gmail.com The latest version is available from: http://www.lcdf.org/type/ Thanks to Melissa O'Neill for suggestions and patient debugging. Version 2.92 LCDF Typetools MMPFB(1)
All times are GMT -4. The time now is 02:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy