The UNIX and Linux Forums  


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
Loop problem with one more problem aliahsan81 Shell Programming and Scripting 3 01-07-2009 02:02 AM
problem in finding a hardware problem girish.batra SUN Solaris 8 09-09-2008 11:10 AM
ssh script problem problem pcjandyala Shell Programming and Scripting 2 07-31-2008 04:27 PM
problem with dd command or maybe AFS problem Anta Shell Programming and Scripting 0 08-25-2006 11:10 AM
SSH Problem auth problem budrito UNIX for Advanced & Expert Users 1 03-17-2004 10:12 AM

 
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 awk

I have a file from where i need to extrat 2nd column:
sample input is :
"THHSBC001900000006 CSG00100000 OTHOTH THB AA0100101100", "THHSBC001", "1-01-01", "THB"
"THHSBC001900273009 AOC00100000 OTHOTH THB AA0100106260", "THHSBC001", "1-01-01", "THB"
"THHSBC001902501940 SDY00100000 OTHOTH USD AA0100102000", "THHSBC001", "1-01-01", "USD"

the record in bold letter is just one record and so the other .
Now, columns are seperated by commas and
"THHSBC001900000006 CSG00100000 OTHOTH THB AA0100101100" is 1 st column
THHSBC001 is 2nd column
but when i try to extract 2nd column i.e. THHSBC001 using follwing code,

while read Record1
do
Acct_Num=`echo $Record1 | awk '{print $2 }'`
echo "Acct_Num is $Acct_Num"
done < $REGSeqFileName

i am getting CSG00100000 thing from 1st column , is there any way so that i can get desired ouput.

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 07:09 PM.


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