Page 1 of 1

Find files (or dirs) without extension

Posted: 27 Jan 2014, 08:23
by cincura.net
Hi *,

is there a trick in writing a mask for "Find" to find only files without extension?

Re: Find files (or dirs) without extension

Posted: 27 Jan 2014, 08:56
by Jan Rysavy
Search for *.

Re: Find files (or dirs) without extension

Posted: 27 Jan 2014, 13:23
by mdruiter
Jan means: add a dot after the asterisk, so search for:

Code: Select all

*.

Re: Find files (or dirs) without extension

Posted: 27 Jan 2014, 13:37
by Jan Rysavy
Thanks :)