Subject: Re: rmdir(".")
To: None <tech-kern@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: tech-kern
Date: 09/09/2005 12:58:10
On Fri, 09 Sep 2005, Roland Illig wrote:
> Alan Barrett wrote:
> >"rmdir $(pwd)" works.  "rmdir ." is not allowed.
> 
> did you mean this:?
> 
> $ rmdir "$(pwd)"

Of course, I would not actually do that without proper quoting around
the "$(pwd)", but nested levels of quotes would have made my comment
harder to read.

--apb (Alan Barrett)