Multiple choice

Which of the following repeater operators, in extended grep command, means the preceding item will be matched zero or more times?

  1. '*'

  2. '?'

  3. '+'

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This repeater operator in extended grep command means the preceding item will be matched zero or more times.