Jim Meyering writes:
> 
> Alan Curry wrote:
> 
> > rm -rf $PWD, meaning basically the same thing as rm -rf ., works, and leaves
> 
> If you use that, in general you would want to add quotes,
> in case there are spaces or other shell meta-characters:
> 
>     rm -rf "$PWD"

Well, when I do it I'm in zsh which has fixed that particular Bourne shell
design error.

-- 
Alan Curry



Reply via email to