The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-30-2008
sollins sollins is offline
Registered User
  
 

Join Date: May 2008
Posts: 9
Retrieve the first 9 digits from the numeric value

Hi Buddy....

I want to retrieve the first 9 digits from the below numeric value.moreover i want to truncate prefix zero's from the retrived number

000000001200820060734


Retrived number should be passed to one more Shell Script.Pls guide me how to proceed.I'm new to Unix Shell Script...

Thanks
Soll