The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: single quote
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-01-2007
dreams5617 dreams5617 is offline
Registered User
  
 

Join Date: Jul 2004
Location: USA
Posts: 52
Arrow single quote

Hi

I have a shell script with many lines as below:

comment on column dcases.proj_seq_num is dcases_1sq;
....
....

I want the above script to be as below:

comment on column dcases.proj_seq_num is 'dcases_1sq';

I want to have single quotes like that as above for the entire shell script in the 6th position.

thanks