Filenames, Wildcards and Pathname Expansion
Jump to navigation
Jump to search
Basic Wildcards
Wildcard Matches ? Any single character
- Any string of character
[set] Any character in set [!set] Any character not in set
aap
? a * a [set] [!set]
aap