Rainer Traut wrote:
You only confirm the issue. Another example of the problem. [tr netplan2 bin]$ cd /tmp [tr netplan2 tmp]$ mkdir myDir [tr netplan2 tmp]$ rmdir -v myDir/ 2>/dev/null [tr netplan2 tmp]$ mkdir myDir [tr netplan2 tmp]$ rmdir -v myDir/ 1>/dev/null rmdir: Verzeichnis wird entfernt, myDir/ [tr netplan2 tmp]$
What problem?Do you mean that the output caused by "-v" appears on standard error rather than standard output? Why do you consider that to be a problem?
jch