I need a boolean statement that will evaluate to true if one or more files matching a wildcard exist. I tried [ -f ... ], it works if there is exactly one matching file, but not if there are more. Thanks, Krum