Printing of Result
Printing of Result
Is there any way to print the results given by Search Everything or Everything File List Editor?
Re: Printing of Result
Export the results as CSV and print it with Excel or any other tool which handles CSV files.
Re: Printing of Result
(An .efu is a .csv, btw.)
Re: Printing of Result
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.
Re: Printing of Result
Thank you all for helping me.