If it’s about filename, like Greg thinks, then I’d suggest
find . -type f -not -name \*.\*
command instead.
0
solved How can I find filenames that do not have a . in them? [closed]
If it’s about filename, like Greg thinks, then I’d suggest
find . -type f -not -name \*.\*
command instead.
0
solved How can I find filenames that do not have a . in them? [closed]