coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing a directory that is not empty


From: Erik Auerswald
Subject: Re: Removing a directory that is not empty
Date: Tue, 3 Sep 2019 10:03:48 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

On Mon, Sep 02, 2019 at 02:52:23PM -0400, Chaya Tova Chrein wrote:
> How do I remove a directory that is not empty?

Either by manually deleting the directory's contents before removing
the directory, or by using the "rm" command with the "-r" option:

    rm -r

Thanks,
Erik
-- 
And at the end of the day, if Apple can’t trust us enough to explain
how their systems work, then maybe we shouldn’t trust them either.
                        -- Matthew Green



reply via email to

[Prev in Thread] Current Thread [Next in Thread]