Question: With GNU tools such as a GNU grep, awk, and sed, what is the difference between basic regular expressions (BREs) and extended regular expressions (EREs)?

  1. EREs can match the groups.
  2. EREs support occurrence operators.
  3. ERE's support alternation.
  4. only the syntax differs.

Answer: The correct answer of the above question is Option D:only the syntax differs.