I need to find all files which contain a space (or blank) character. When I search for * * (that is, asterisk-space-asterisk), I find all files however.
How can I specifically search for files containing space?
Find all files containing a space character
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 22
- Joined: 2005-03-28, 12:50 UTC
- J.A. Gruys
- Member
- Posts: 130
- Joined: 2003-07-29, 07:49 UTC
- Location: Netherlands
-
- Junior Member
- Posts: 22
- Joined: 2005-03-28, 12:50 UTC
- AnthonyCian
- Senior Member
- Posts: 265
- Joined: 2005-06-16, 01:45 UTC
- Location: Thatcher Az. USA
Hi,
Is there a way to search for a space in a specific location in the filename?
For example, in the filename "GOOD LUCK .TXT" has 2 spaces and I want to find only the files that have the space before the dot.
Just to let you know, people will unknowingly put a space just before the extension. The above file should have been "GOOD LUCK.TXT", and like to find and correct those unknowingly spaces.
Thanks,
Anthony
Is there a way to search for a space in a specific location in the filename?
For example, in the filename "GOOD LUCK .TXT" has 2 spaces and I want to find only the files that have the space before the dot.
Just to let you know, people will unknowingly put a space just before the extension. The above file should have been "GOOD LUCK.TXT", and like to find and correct those unknowingly spaces.
Thanks,
Anthony
2AnthonyCian
Search for "* .*"
It will also find files that has space-dot anywhere before the extension dot though (e.g. GOOD .LUCK.TXT).
Search for "* .*"
It will also find files that has space-dot anywhere before the extension dot though (e.g. GOOD .LUCK.TXT).
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- AnthonyCian
- Senior Member
- Posts: 265
- Joined: 2005-06-16, 01:45 UTC
- Location: Thatcher Az. USA