Este é o comportamento desejado que você está procurando? Ignore a regex.
$ touch 'nospace' 'spaces within' ' spaceatbeginning' 'spaceatend ' ' spaces within and at start and end '
$ find . \( -name ' *' -o -name '* ' \)
./ spaceatbeginning
./ spaces within and at start and end
./spaceatend