Scriptability request: Separate status messages from results
Brought to you by:
dwheeler
Both status messages like "Categorizing files" as well as the results (actual SLOC figures) are printed toward 'stdout'.
I'd like the status messages to be directed to 'stderr' so that I can process (store) the actual results in a separate stream.
Thanks.