What options do I need to use with find to exclude hidden files?
| |||
|
feedback
|
|
I found this here:
| |||||||||||
feedback
|
|
This doesn't answer your question, but for the task of finding non-hidden files I like to let find find all the files then filter with grep.
Similar to your approach but perhaps a bit simpler. | |||
|
feedback
|
lsunless specifically requested: they are completely ordinary files in every respect, its just thatlslets you ignore them by default. – dmckee Jun 16 '10 at 0:32.hidden/visible.txt? – Keith Thompson Oct 13 '11 at 0:20