James Lockie wrote: > $ find . -name 03-Ever\* -print > ./Rob Thomas/...Something To Be/03-Ever the Same.ogg > > $ ls "Rob Thomas" Try adding the '-a' switch to list files beginning with a dot. ls -a "Rob Thomas" --smw