The glob pattern [a-d] would match:
- A file name with a single character that is either an “a”, “-“, or “d”.
- Nothing, this is an invalid glob pattern.
- A file name with a single character that is either a “a”, “b”, “c”, or “d”.
- All files
Please login or Register to submit your answer