Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: The First 8 Commands Every New User Should Learn Date: 10 Nov 2025 08:16:16 GMT Lines: 14 Message-ID: References: <10egfns$mkr3$1@dont-email.me> <10eruru$3pq92$1@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net Dp06XjXZKilqmOd0eCR1kQGUUe3BzRvc87MMVGK/bl4YILNG7X Cancel-Lock: sha1:IjUKW38QCJrBZCgACLI3fHl/hmM= sha256:/DtLogGdUZp6Ofsowae9PxQrLDL6PXABA2R2OX0HUI8= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:77245 On Mon, 10 Nov 2025 05:57:18 -0000 (UTC), Lawrence D’Oliveiro wrote: > On Wed, 5 Nov 2025 21:31:41 -0000 (UTC), I wrote: > >> * rm, cp and mv all take the “-v” option so they tell you what they’ve >> done after they’ve done it. This can be reassuring to those feeling a >> little nervous about the power of these commands. > > Also, he didn’t mention rmdir. This is the best command for safely > removing directories, because it won’t remove a nonempty directory. Also > it won’t delete files, if you pass the name of one instead of a > directory. rm -rf works for me :) I want it gone NOW.