hi
how can i find all the files without extension ?
thanks
how can i find all the files without extension ?
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: how can i find all the files without extension ?
Quick Search pattern
You can simply type this pattern in the addressbar, prefixed with a ?
Code: Select all
*.Code: Select all
?*.Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: how can i find all the files without extension ?
thanksSammaySarkar wrote:Quick Search patternYou can simply type this pattern in the addressbar, prefixed with a ?Code: Select all
*.Code: Select all
?*.
sadly i can't save a preset
i should i remember
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: how can i find all the files without extension ?
Open Tools > List mgmt > Quick Search.... Create a new entry with this stringgiuliastar wrote:sadly i can't save a preset
Code: Select all
-----> mruCode: Select all
*.Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: how can i find all the files without extension ?
ahhhSammaySarkar wrote:Open Tools > List mgmt > Quick Search.... Create a new entry with this stringgiuliastar wrote:sadly i can't save a presetNow create a new entry above that one with your QS patternCode: Select all
-----> mruNow the Quick Search dropdown will always remember the "*.". Actually any entry added above that mru line is stickied to the dropdown. You can use this trick in the addressbar too, and many other list mgmt lists.Code: Select all
*.
thanks a lot SammaySarkar!
-
kunkel321
- Posts: 664
- Joined: 10 Jun 2012 03:45
- Location: Near Seattle
Re: how can i find all the files without extension ?
If there's no extension, is it also possible that there will be no . (dot)?
ste(phen|ve) kunkel
Scaling: Main monitor 125%, Secondary monitor on the right 100%
OS: Win 10. XYplorer version: Latest beta, unless specified.
Scaling: Main monitor 125%, Secondary monitor on the right 100%
OS: Win 10. XYplorer version: Latest beta, unless specified.
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: how can i find all the files without extension ?
It's undeniable. *. is simply a special pattern to find extensionless items.kunkel321 wrote:If there's no extension, is it also possible that there will be no . (dot)?
::help 'idh_quicknamesearch.htm#idh_qnsexamples';
When you type a dot, XY matches the part after that in file extensions, and if there's nothing after the dot, then it matches in extensionless files.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
XYplorer Beta Club