The glob pattern [!abc]*
- Nothing, this is an invalid glob pattern
- All files that start with any character except “a”, “b” or “c”
- All files
- All files that start with either of the following characters: “!”, “a”, “b” or “c”.
Please login or Register to submit your answer