The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Substring problem Rajat Shell Programming and Scripting 4 09-30-2008 05:06 AM
problem extracting substring in korn shell nashrul UNIX for Dummies Questions & Answers 3 08-15-2007 02:45 AM
substring alla.kishore UNIX for Dummies Questions & Answers 8 01-09-2007 02:57 AM
how to get substring senthilk615 Shell Programming and Scripting 5 03-27-2006 05:54 PM
substring Anika UNIX for Dummies Questions & Answers 4 09-19-2001 03:10 PM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 10-29-2008
manmeet manmeet is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 51
Problem with Substring

Hi,
i have a file from which i extracted 2nd column and put it into a variable Acct_Num . Now i need to extract first 3 digits from it and save in to other variable.
My Code is:

while read Record1
do
Acct_Num=`echo $Record1 | awk '{print $2 }'`
ID=`echo $Record1 | awk '{print substr($Acct_Num, 1, 3 ) }`
echo "ID is $ID"
echo "Acct_Num is $Acct_Num"
done < $REGSeqFileName

Code to extract 2nd column from file is working fine. But the code to extract first 3 digits from Acct_Num (ID) is not working fine .
Can anybody help me with this ASAP.

Thanks
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 11:05 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0