[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] bash scripting question



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