# CCFA — Question 424

**Type:** multiple_choice
**Topics:** topic_1

## Question

What is the function of a single asterisk (*) in an ML exclusion pattern?

## Correct Answer

_See scenario._

## Explanation

Selected Answer: B
In glob, single asterisk is used to match any number of characters including none while not matching beyond path separators (\ or /) and double asterisks are used to recursively match zero or more directories that fall under the current directory.

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/crowdstrike/CCFA/424  
Practice (tracked): https://hiexam.net/study/CCFA/practice