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 > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: Combine 2 files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-28-2005
Nekki Nekki is offline
Registered User
  
 

Join Date: Nov 2005
Posts: 1
Combine 2 files

Some one plz give me the answer
we have 3 files 1 and 2 are given and we need to get 3 file by using some
trick

file_one.dat
AMITH
ARUN
ARVIND

file_two.dat (these are Variables)
X
Y
Z
and we need to write scirpt in file_two.data and
get the answer in file_three.dat as fallows
file_three.dat
X = "AMITH";
Y = "ARUN";
Z = "ARVIND";

some one plz help for geting this