Hi all,

is this wanted behaviour?

[EMAIL PROTECTED] bin]$ cd /tmp
[EMAIL PROTECTED] tmp]$ mkdir myDir
[EMAIL PROTECTED] tmp]$ rmdir -v myDir/ 2>/dev/null
[EMAIL PROTECTED] tmp]$ mkdir myDir
[EMAIL PROTECTED] tmp]$ rmdir -v myDir/ 1>/dev/null
rmdir: Verzeichnis wird entfernt, myDir/
[EMAIL PROTECTED] tmp]$

Sadly I'm no good programmer but I think latest coreutils' rmdir still behaves this way.

I compared to 'rm -v' and this does not write to stderr but to stdout its verbose messages.

Thx
Rainer


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to