4/28/2010

Grep ignore case

  1. By default, grep is case-sensitive (use -i to ignore case).
  2. By default, grep ignores the context of a string (use -w to match words only).
  3. By default, grep shows the lines that match (use -v to show those that don't match).

没有评论: