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
how to access values of awk/nawk variables outside the awk/nawk block? saniya Shell Programming and Scripting 5 05-13-2008 08:37 AM
I need help counting the fields and field separators using Nawk scrappycc Shell Programming and Scripting 3 02-06-2008 11:47 PM
concate the record aboorkuma Shell Programming and Scripting 7 08-24-2007 01:59 PM
Append tabs at the end of each line in NAWK -- varying fields madhunk Shell Programming and Scripting 6 07-12-2006 07:20 PM
Concate all lines into one. oracle8 Shell Programming and Scripting 1 10-03-2002 12:34 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 01-25-2008
raychu65 raychu65 is offline
Registered User
  
 

Join Date: Jan 2008
Posts: 13
Red face using nawk to concate the fields

I have the the following question:

# cat report.lis | nawk -F: '{ if($0 ~ "^BE NO:") print "report_"$2".lis"}'
.lisrt_ 111
.lisrt_ 111
.lisrt_ 222
.lisrt_ 222
.lisrt_ 333
.lisrt_ 333

# cat report.lis | nawk -F: '{ if($0 ~ "^BE NO:") print "report_" $2}'
report_ 111
report_ 111
report_ 222
report_ 222
report_ 333
report_ 333

My question why I cannot concate these 3 fields: "report_" $2 ".lis"
expected result is:
report_ 111.lis
report_ 111.lis
report_ 222.lis
report_ 222.lis
report_ 333.lis
report_ 333.lis

By the way, I am using Sun server for unix script.

Please help and 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:19 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