Question: Which option would you choose to force grep to use a basic regular expression (BRE)?

  1. grep -E
  2. grep -B
  3. grep -e
  4. grep -G

Answer: The correct answer of the above question is Option D:grep -G