![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| 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 |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Forum Sponsor | ||
|
|