The UNIX and Linux Forums  


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




Thread: help in grep
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-18-2007
useless79 useless79 is offline
Registered User
  
 

Join Date: Jun 2007
Posts: 57
help in grep

hi all,


could any one tell me what is diffrence in using " " and ' ' in grep.
eg what is diff in the following


grep "ram" filename

grep 'ram' filename