Printing of Result

General discussion related to "Everything".
Post Reply
pkbajpai
Posts: 2
Joined: Fri Jun 19, 2015 2:36 pm

Printing of Result

Post by pkbajpai »

Is there any way to print the results given by Search Everything or Everything File List Editor?
horst.epp
Posts: 1367
Joined: Fri Apr 04, 2014 3:24 pm

Re: Printing of Result

Post by horst.epp »

Export the results as CSV and print it with Excel or any other tool which handles CSV files.
therube
Posts: 4684
Joined: Thu Sep 03, 2009 6:48 pm

Re: Printing of Result

Post by therube »

(An .efu is a .csv, btw.)
therube
Posts: 4684
Joined: Thu Sep 03, 2009 6:48 pm

Re: Printing of Result

Post by therube »

Oh, also look into the command-line ES.EXE command, whose results you can redirect (to a file or elsewhere).

Code: Select all

-r Search the database using a basic POSIX regular expression.
-i Does a case sensitive search.
-w Does a whole word search.
-p Does a full path search.
-h --help Display this help.
-n <num> Limit the amount of results shown to <num>.
-s Sort by full path.
pkbajpai
Posts: 2
Joined: Fri Jun 19, 2015 2:36 pm

Re: Printing of Result

Post by pkbajpai »

Thank you all for helping me.
Post Reply