Jim Meyering <[EMAIL PROTECTED]> wrote: > shred uses stdout when FILE is "-", so its verbose output > must continue to go to stderr.
TODO patch attached. Steven Schubiger diff --git a/TODO b/TODO index 473eeca..b7e8a69 100644 --- a/TODO +++ b/TODO @@ -43,6 +43,8 @@ See if we can be consistent about where --verbose sends its output: head, tail, rm, cp, mv, ln, chmod, chown, chgrp, install, ln These send it to stderr: shred mkdir split + These send it to stderr and should not be changed: + shred readlink is different Write an autoconf test to work around build failure in HPUX's 64-bit mode. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils