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 > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-24-2006
yoavbe yoavbe is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 42
Unhappy Redirect question

Hi,

I need some help to achive the follwoing task:
I have a file named test that contain the following line:
'Hellow world','good morning'

I want to attach the content of this file to a variable named var , and then rediarect it to a second file bamed test_new.
The result should look like this:

var='Hellow world','good morning'

Regards