Paul Eggert wrote:
> Unfortunately nicening up the messages wouldn't be that easy, as the
> most natural implementation of mkdir is to use the mkdir system call
> and to use perror when it fails.

As far as I know, mkdir prints "No such file or directory" only when the
parent directory does not exist, so it may be possible to simply replace
the string "No such file or directory" with, say, "Parent directory does
not exist" in mkdir.

Dmytro Taranovsky


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

Reply via email to