Using wildcardsYuoo can use wildcards (characters "*" und "?") tu specify multeeple
files in a single operashuns.
Wildcard "*" matches uny noomber ooff arbitrary characters, while "?" matches
exactly one arbitrary character.
Tu illustrate: "*.test.??" matches "foo.test.10" und "bar.test.11", but does
not match "foo.test.1" or "foo.est.10".
|