Trying to use command line -sort

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
daspud
Posts: 103
Joined: Wed Apr 01, 2009 3:15 am

Trying to use command line -sort

Post by daspud »

I am using command line option -namepart *.scad and that brings up the files I want to see. I want the results sorted with most recent first. The help says "-sort <name> Set the sort to the specified name." I tried specifying Date and Modified but did not get any results.

Can you clarify what "specified name" means and what the values are? Is what I want to do possible?

Thanks
void
Developer
Posts: 15480
Joined: Fri Oct 16, 2009 11:31 pm

Re: Trying to use command line -sort

Post by void »

Please use double quotes to escape the space in Date Modified:

Everything.exe -namepart *.scad -sort "Date Modified"

The sort name should match the text in the column header.


Using a dash (-) is also accepted:

Everything.exe -namepart *.scad -sort date-modified
Post Reply