The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Inserting a column in a file dhanamurthy Shell Programming and Scripting 7 05-11-2008 07:29 AM
trying to create a script with multiple variables... Italy87 UNIX Desktop for Dummies Questions & Answers 5 03-21-2008 10:09 AM
Inserting argument into top of a file Dev06 UNIX for Dummies Questions & Answers 7 10-05-2006 01:16 PM
Inserting a new column in a file rosh0623 UNIX for Advanced & Expert Users 4 08-01-2006 08:15 AM
Trying to create files from a file jordimirobruix Shell Programming and Scripting 5 11-02-2004 03:33 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-17-2008
Registered User
 

Join Date: Feb 2006
Posts: 77
Inserting variables from 2 files to create 1 file

Hi,

I have 2 files which are as follows:

Num:
548983
748932
783928
547383
839284

Grp:
2389
9873
8493
7382
8493


I need to make an output file using both of these files.
My output file should look like.....

<start>
<num>748932</num>
<field></field>
<grp>9873</grp>
<Node>DKL</Node>
</start>

<start>
<num>548983</num>
<field></field>
<grp>2389</grp>
<Node>DKL</Node>
</start>

and so on.....
Please Help
Thanks in advance....

Regards
Rochit
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 03-17-2008
Tytalus's Avatar
Registered User
 

Join Date: Jun 2003
Location: Scotland
Posts: 248
Code:
paste Num Grp | awk '{print "</start>\n<num>"$1"</num>\n<field></field>\n<grp>"$2"</grp>\n<Node>DKL</Node>\n</start>\n\n"}'
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 06:45 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 Global Fact Book

Content Relevant URLs by vBSEO 3.2.0