Subject: Re: rmdir(".")
To: Alan Barrett <apb@cequrux.com>
From: Roland Illig <rillig@NetBSD.org>
List: tech-kern
Date: 09/09/2005 12:09:11
Alan Barrett wrote:
> "rmdir $(pwd)" works.  "rmdir ." is not allowed.

did you mean this:?

$ rmdir "$(pwd)"

There _might_ be some white-space or other evilness in the pathname. ;)

Roland