[EMAIL PROTECTED] wrote:
> rm -v reports to stdout as expected.
>
> rmdir -v reports to stderr, which I had not expected.
>
> It seems that these should be made to report to the same stream;
> I would prefer non-errors from -v to go to stdout.

Thanks for reporting that.
It's on the TODO list in coreutils-5.0:

See if we can be consistent about where --verbose sends its output:
  These all send --verbose output to stdout:
    head, tail, rm, cp, mv, ln, chmod, chown, chgrp, install, ln
  These send it to stderr:
    shred mkdir split
  readlink is different


_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to