Capture console output of "find ." command?
I want to process the output of a command, in particular the "find ." command. Is it possible to capture the output of this particular command in a plugin? I'm not seeing anything obvious. Thanks in advance.
You could override the command and re-create the command yourself, but otherwise I'm not sure there is a way.

You can open definition of "find" function (use DotPeek) and copy part of it