Answers to: How could I search the document called HEllo and dispay all entries that contain Hello text ?http://linuxexchange.org/questions/2853/how-could-i-search-the-document-called-hello-and-dispay-all-entries-that-contain-hello-text<p>How could I search the document called HEllo and dispay all entries that contain Hello text ?</p>enTue, 24 Apr 2012 13:09:32 -0400Answer by gmartinhttp://linuxexchange.org/questions/2853/how-could-i-search-the-document-called-hello-and-dispay-all-entries-that-contain-hello-text/2854<p>I'll bite: <code>grep "Hello" HEllo</code></p> <p>If you want a case insensitive search add -i to the command line</p>gmartinTue, 24 Apr 2012 13:09:32 -0400http://linuxexchange.org/questions/2853/how-could-i-search-the-document-called-hello-and-dispay-all-entries-that-contain-hello-text/2854