The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
last char from a string broli Shell Programming and Scripting 6 12-07-2007 05:02 PM
read string, check string length and cut ozzy80 Shell Programming and Scripting 9 03-21-2007 02:56 PM
replacing char with string phani_sree High Level Programming 1 11-20-2006 05:57 AM
sed problem - replacement string should be same length as matching string. amangeles Shell Programming and Scripting 4 01-11-2006 03:11 AM
Compare Char to String Phobos High Level Programming 3 04-09-2005 08:01 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 04-12-2005
Registered User
 

Join Date: Mar 2004
Posts: 24
string of 7 char length always...

Hi,
I know, particular value in the variable should always be of lenth 7 , but the value that is present in thevariable might be of any no.of characters less than or equal to 7... if the no.of characters in the variable is less than 7, I want to add, zeroes at the starting of the field.. How can this be done...

variable
current value It has to be
7 0000007
123 0000123
7654321 7654321

Let me know, how this can be achieved easily
Reply With Quote
Forum Sponsor
  #2  
Old 04-12-2005
RishiPahuja's Avatar
Registered User
 

Join Date: Apr 2005
Location: Bangalore, India
Posts: 203
Wink

you can proably use printf for formatting your data.

awk '{ printf("%07d",$1)}' data
Reply With Quote
  #3  
Old 04-12-2005
Perderabo's Avatar
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,653
In ksh, just do
typeset -Z7 var
and then use var. ksh will add the zeroes for you.
Reply With Quote
  #4  
Old 04-12-2005
blowtorch's Avatar
Supporter
 
Join Date: Dec 2004
Location: Singapore
Posts: 2,326
You could try exploring the printf command as well. If you have experience using printf in C, you will be right at home. Else, there is always man printf.

Cheers!
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 03:04 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0