Re: rm -v versus rmdir -v

Jim Meyering <[email protected]> Sat, 07 Jun 2003 09:10:08 +0200
Newsgroups gmane.comp.gnu.fileutils.bugs
Message-ID <[email protected]>
[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