The glob pattern [!abc]*

The glob pattern [!abc]*Category: Introduction to Linux IAuthor "LinuxQuestions"The glob pattern [!abc]*
Linux Questions Staff asked 1 year ago

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”.

About the author