Both Nautilus and Nemo don't find hidden files (those starting with .
) in the search.
For example, if I search (CTRL+F
) .fileName
it says 0 files found
even if the file exists!
How to solve this? There is an option to check or is a giant bug?
CTRL+F
– user2342558 Aug 27 '20 at 11:22find -iname '.name'
from the terminal. – Mark Jeronimus Jun 15 '21 at 07:19