Multiple choice

Which wild card character represents a range of characters during pattern search?

  1. *

  2. ?

  3. < >

  4. { }

  5. [ ]

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

The [ ] represents a range of characters. The range operator allows us to limit to a subset of characters.Usage : ls [sv]*