Shell / Commands

Wildcard

English

Overview

Symbols such as * and ? for specifying multiple file names at once.

Details

Symbols that expand into every file name matching a pattern at once, expanded by the shell before being passed to the command. A dotfile (hidden file) isn't matched by * by default, so including hidden files requires an explicit pattern like .* instead.

More Linux terms