Question: What file would match the code below?

  1. Nothing, this is an invalid file glob.
  2. `Hello.vertical-line.World`
  3. `Hello[[.vertical-line.]]World`
  4. `Hello|World`

Answer: The correct answer of the above question is Option D:`Hello|World`