The date command does not work + other

General discussion related to "Everything".
Post Reply
Debugger
Posts: 619
Joined: Thu Jan 26, 2017 11:56 am

The date command does not work + other

Post by Debugger »

The date command does not work, I completely do not know how to find immediately files with a creation date of September 24 with a partial folder name “cd” and range numer:

Example:

*.mp3 created:2023-09-24 cd regex:\b(473|474|475|476|477|478)\b
tuska
Posts: 1045
Joined: Thu Jul 13, 2017 9:14 am

Re: The date command does not work + other

Post by tuska »

Debugger wrote: Thu Sep 26, 2024 1:12 pm ... created:2023-09-24 ...
dc:2023-09-24
Debugger
Posts: 619
Joined: Thu Jan 26, 2017 11:56 am

Re: The date command does not work + other

Post by Debugger »

tuska wrote: Thu Sep 26, 2024 1:36 pm
Debugger wrote: Thu Sep 26, 2024 1:12 pm ... created:2023-09-24 ...
dc:2023-09-24
Not work. Show: 0 items.
*.mp3 dc:2024-09-24 cd regex:\b(473|474|475|476|477|478)\b
Attachments
Screen Shot 09-26-24 at 05.38 PMbgbgfb.jpg
Screen Shot 09-26-24 at 05.38 PMbgbgfb.jpg (52.3 KiB) Viewed 155 times
therube
Posts: 4879
Joined: Thu Sep 03, 2009 6:48 pm

Re: The date command does not work + other

Post by therube »

does *.mp3 return mp3 files?
does dc:2023-09-24 return files/dirs dated 9-24-2023?
does cd return files/dirs containing cd?
does regex:\b(473|474|475|476|477|478)\b return files/dirs bound by 473..478?

Now, which part(s) of the above fails to meet all the criteria?

If you want folder "cd", you can use,
folder:CD
.
does folder:CD return expected folders?

The date created should be correct, dc:2023-09-24 (unless you were actually after the year, 2024 ;-)).
(You have 2023 in the OP, & 2024 in the screenshot.)
Debugger
Posts: 619
Joined: Thu Jan 26, 2017 11:56 am

Re: The date command does not work + other

Post by Debugger »

It just doesn't work if I try to combine many different expressions together.
If single expressions it will work. Never, ever does a search work if it uses interleaved combinations of expressions!
So since I've been using Everything (about 10 years, I think) I've only had to sort by date!
There are no special explanations of how the expressions are combined, it seems more complicated in this tool than I thought.
In Master Seeker was, is and always is very, but it is very easy,is always best(!) but it does not support searching by creation date, only modifications!

MasterSeeker is many times simpler than Everytning and you don't have to enter anything special to find something, but in Everything often it all fails.
Path is often with Chinese characters, so I try only with partial matches (English letters, numbers), because I do not know Chinese.

It doesn't find the correct folders, regardless of the date, it never finds anything correctly if I type in multiple expressions.
Attachments
Screen Shot 09-26-24 at 09.06 PMYJYJJ.jpg
Screen Shot 09-26-24 at 09.06 PMYJYJJ.jpg (62.46 KiB) Viewed 135 times
therube
Posts: 4879
Joined: Thu Sep 03, 2009 6:48 pm

Re: The date command does not work + other

Post by therube »

You may need to enable Path (or add path: to your search).

[url=https://postimages.org/]Image
(Hah! I believe postimages added spam to their link!)
Debugger
Posts: 619
Joined: Thu Jan 26, 2017 11:56 am

Re: The date command does not work + other

Post by Debugger »

The path must be written in quotation marks.

Example:
dc:2024-09-19..2024-09-24 path:"H:\CD 2024\" *.mp3 electro
Post Reply