[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] bash scripting question
- Subject: [ale] bash scripting question
- From: kjkrum at comcast.net (Kevin Krumwiede)
- Date: Wed Sep 10 19:49:33 2003
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