Advertisement

11.19.2007 at 05:07AM PST, ID: 22969944
[x]
Attachment Details

PRINTF Syntax for centering a string

Asked by cs76737 in Perl Programming Language

Tags: ,

I am using PRINTF to format some output.  I know it is possible to justify left and right:

printf '%9s',   "test";   # prints "     test"
printf '%-6s',  "test";   # prints "test     "

My question:  how can I center the string?    i.e. "   test   "

Start Free Trial
 
Keywords: PRINTF Syntax for centering a string
 
Loading Advertisement...
 
[+][-]11.19.2007 at 06:59AM PST, ID: 20312773

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11.19.2007 at 07:16AM PST, ID: 20312897

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11.19.2007 at 08:12AM PST, ID: 20313320

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Perl Programming Language
Tags: printf, syntax
Sign Up Now!
Solution Provided By: Adam314
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628