How do I search for 'n' find files with no extentions?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello :-)

I just found that there may be several files on my external HD that got
saved with no file extention and while I know that I can, for example, find
all jpg's by entering ".jpg" in "allor part of the filename," I have no idea
how to get it to search for all files that have no extention.
 
Start > Run > Cmd
From the command prompt, navigate to the desired directory using "CD" command.
Dir *.
 
Cloudchaser said:
Hello :-)

I just found that there may be several files on my external HD that
got saved with no file extention and while I know that I can, for
example, find all jpg's by entering ".jpg" in "allor part of the
filename," I have no idea how to get it to search for all files that
have no extention.

Could you give an example of a file that would have no extension please?
 
"Cloudchaser the Red Wolf furry"
Hello :-)

I just found that there may be several files on my external HD that got
saved with no file extention and while I know that I can, for example,
find
all jpg's by entering ".jpg" in "allor part of the filename," I have no
idea
how to get it to search for all files that have no extention.

I've never tried this with such files, but you might try searching for
filename.* (period followed by asterisk). The asterisk is a wildcard
meaning "ending with anything". Not sure if the anything can include
nothing.
 
"Cloudchaser the Red Wolf furry"
Hello :-)

I just found that there may be several files on my external HD that got
saved with no file extention and while I know that I can, for example, find
all jpg's by entering ".jpg" in "allor part of the filename," I have no idea
how to get it to search for all files that have no extention.

Try XYplorer's Boolean search: search for "!." (= NOT dot) to find all items
without extension.
Other useful examples here: http://www.xyplorer.com/xed/findfiles.htm

Don
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top