The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



Thread: I can print ""
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-18-2008
krishmaths krishmaths is offline
Registered User
 

Join Date: Sep 2006
Location: Mysore, India
Posts: 155
Escape " with \

Code:
echo \"hai\"
will print "hai"
Reply With Quote