Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

How could I search the document called HEllo and dispay all entries that contain Hello text ?

asked 23 Apr '12, 12:18

Agape's gravatar image

Agape
11
accept rate: 0%




I'll bite: grep "Hello" HEllo

If you want a case insensitive search add -i to the command line

link

answered 24 Apr '12, 13:09

gmartin's gravatar image

gmartin
2516
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×19

Asked: 23 Apr '12, 12:18

Seen: 1,537 times

Last updated: 24 Apr '12, 13:09

powered by OSQA