The glob pattern [a-d] would match:

Linux Questions Staff asked 1 year ago

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

About the author