Sponsored Content
Full Discussion: Pad 0 to the right
Top Forums UNIX for Beginners Questions & Answers Pad 0 to the right Post 303042892 by Aia on Thursday 9th of January 2020 09:03:38 PM
Old 01-09-2020
One way in Bash could be:
Code:
n=$(printf "%-9s" 2457)
printf "%s\n" ${n// /0}
245700000

These 3 Users Gave Thanks to Aia For This Post:
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

number pad?

Is there anyway to use the fr*$%& number pad in VI? Anyway? Anyway at all? All it does now random movements and inserts of characters (2 Replies)
Discussion started by: nelsonenzo
2 Replies

2. Shell Programming and Scripting

How to pad spaces

Hello, I have to write a function to input a Label and a number, and output a line as the following format: Column 1 to 30: field label, left justified. Column 31 to 45: A number, right justified. The middle is padded with space. May I know how can I achieve this? (I don't know how to count... (3 Replies)
Discussion started by: sarahho
3 Replies

3. Solaris

number pad in vi

Hi, I'm on a sunos SVR4.0 box, my number pad works on the command line but does not work in vi any ideas how to enable it under vi? Thanks (5 Replies)
Discussion started by: c19h28O2
5 Replies

4. UNIX for Dummies Questions & Answers

pad Zeros

Hi can I know command to pad Zeros to a value I get 16 and I need to send 0000000016 (5 Replies)
Discussion started by: mgirinath
5 Replies

5. UNIX for Dummies Questions & Answers

pad

Hi All I need a pad a . to befoure a last digi ex 1258 --> 125.8 help to do thanks (4 Replies)
Discussion started by: nalakaatslt
4 Replies

6. Programming

How to right pad with zeros using sprintf?

I need to right-pad with zeros a string by using (s)printf. I looked up the manual and tried with printf("%-19s", buffer); which right-pad the string with spaces. So I tried printf("%019s", buffer); which left-pad the string with zeros. So I tried both printf("%-019s", buffer);... (9 Replies)
Discussion started by: emitrax
9 Replies

7. Shell Programming and Scripting

Pad Zeros at the end

I have number/strings like below input =23412133 output = 234121330000 (depends on the number give at runtime) i need to padd zeros based on runtime input . i tried below printf ' %d%04d\n', "23412133"; But the precision 4 is static here how can i pass this as runtime input. i am... (11 Replies)
Discussion started by: greenworld123
11 Replies
MyBackground(1x)					   AfterStep X11 window manager 					  MyBackground(1x)

NAME
MyBackground - details how background is to be rendered CONFIGURATION OPTIONS
Align [type] it will align resulting image according to type. Possible values are : 1: - align to the right of the screen 2: - align to the bottom of the screen 3: - align to the bottom-right of the screen 0 or 4: - align to the center of the screen This option works only in conjunction with the following Pad option. Cut "geometry" will cut piece with specified geometry from the source image. MyBackground "background_name" background_option ~MyBackground Specifies the beginning of a background definition. The background can be referred to later by background_name. ~MyBackground ends a root background definition. Pad [type color] will pad image if it is smaller then screen with specified color. Possible type values are : 1: - pad horizontally and tile vertically 2: - pad vertically and tile horizontally 3: - pad both vertically and horizontally to make the image the size of the screen. Scale [geometry] scale image to specified geometry. If geometry is omitted the image will be scaled to the screen size. Tint color Use type "data" Specifies what to use as the root background. Possible type values are : 0: load image from the file. In that case "data" should specify filename. 1: Use MyStyle definition to fill root. In that case "data" should specify one of the MyStyle names defined in your look file. 2: Use external application to set root background. "data" should specify command line options to this external app. If you wish to use another application to display the root background, you need to set the "--with-imageloader" flag to use that application then recompile AfterStep.) Note: remaining Background options are valid only for type of 0 !!! The remaining options will perform transformations on the source image, in this order: Cut->Tint->Scale->Align->Pad. 3rd Berkeley Distribution AfterStep v.2.2.11 MyBackground(1x)
All times are GMT -4. The time now is 04:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy