BillyONeal/pevFind

When redirecting output from the process listing commands, the output file is empty.

Closed this issue · 7 comments

Run the following command

pevFind PLIST > out.txt

Expected behavior:
out.txt contains the process list; the same list that is generated on the console it output is not redirected.

Actual behavior:
out.txt is empty.

Interesting. Perhaps I should have some sort of syntax that allows redirection of output from any of the subprograms.
(If I did this for plist I'd do it for clist too)

Did you notice that when doing 'PEV PLIST > Log.txt' the output log is empty?

Huh. That's strange. Well at least the syntax accepting an arg works.

Found the problem. This will be fixed in the next build.

When's the next build? :p

Well, that depends :) I usually try to batch changes together so that people don't have to update every 10 minutes.

If it is a blocking issue for you I'll generate a new build tonight.

Ok, it has been a week with no other serious bug reports so I'll make you a new build tomorrow evening at the latest.