How do I use the Find Files dialogue to list all files with a full stop (period) in the file name?
For example: joe.smith101.jpg
I am using "file name" to mean the part of the file's name before the full stop separator and file extension.
Finding files with a full stop character in their name
Moderators: Hacker, petermad, Stefan2, white
Find Search file name with period dot full stop
Me think you can use RegEx to do that.
Utilize tc plugin to match on base name part only.
Find Files
[Plugins] tab
tc | name | RegEx | \.
-or-
With "normal" search use this RegEx pattern: .+\..+\.+
That?
Utilize tc plugin to match on base name part only.
Find Files
[Plugins] tab
tc | name | RegEx | \.
-or-
With "normal" search use this RegEx pattern: .+\..+\.+
That?
-
- Junior Member
- Posts: 38
- Joined: 2018-06-04, 13:18 UTC
Re: Find Search file name with period dot full stop
Most efficient version is to just contain operator like :Stefan2 wrote:Me think you can use RegEx to do that.
Utilize tc plugin to match on base name part only.
Find Files
[Plugins] tab
tc | name | RegEx | \.
That?
Code: Select all
Find Files
[Plugins] tab
tc | name | contains | .
Re: Find Search file name with period dot full stop
Good point, that's more simpler, easier and faster.nsp wrote:
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The search string to use is actiually:
*.*.*.
Why? TC always assumes a single dot at the end. Then there are two (or more) dots required in the middle of the name. If you just use
*.*.
it will match files with at least one dot in the name (files which don't have an extension will be skipped).
*.*.*.
Why? TC always assumes a single dot at the end. Then there are two (or more) dots required in the middle of the name. If you just use
*.*.
it will match files with at least one dot in the name (files which don't have an extension will be skipped).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com