The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SHELL_WILDCARD

Enable wildcard support in shell

Type: bool

Help

Enables using wildcards: * and ? in the shell.

Direct dependencies

SHELL

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definition

At subsys/shell/Kconfig:63

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:26

Menu path: (top menu) → Shell Options → Enable shell

config SHELL_WILDCARD
    bool
    prompt "Enable wildcard support in shell" if SHELL
    default "y" if SHELL
    select FNMATCH if SHELL
    depends on SHELL
    help
      Enables using wildcards: * and ? in the shell.

(Definitions include propagated dependencies, including from if’s and menus.)