Bash si existe el archivo Wildcard
if ls /yourfiles* >/dev/null 2>&1
then
# they are here
fi
Laciaf
if ls /yourfiles* >/dev/null 2>&1
then
# they are here
fi