This question is based on the answer.
I run at home
find -- ./ Desktop
I understand the command as
- find without parameters
at the current directory that is home (= /Users/masi/) - find the folder name Desktop at the current directory
How do you read the command?
I think what you want is: