The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-10-2008
dhanamurthy dhanamurthy is offline
Read Only
 

Join Date: Jun 2006
Posts: 105
Inserting a column in a file

Hi
One more question.
if i use Unix variables to store the strings

then
sed 's/^/$var/g' filename
will this $var be recognised in sed.

Regards
Dhana
Reply With Quote