GNU bug report logs -
#7985
Inconsistancy
Previous Next
Reported by: Tom Tijerina <swonsay <at> gmail.com>
Date: Fri, 4 Feb 2011 21:26:01 UTC
Severity: normal
Done: Pádraig Brady <P <at> draigBrady.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 04 Feb 2011 21:52:50 +0000
with message-id <4D4C7532.2090909 <at> draigBrady.com>
and subject line Re: bug#7985: Inconsistancy
has caused the GNU bug report #7985,
regarding Inconsistancy
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
7985: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7985
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I have a friend I'm trying to get into learning Linux, not wanting to
hand feed him every command I've instructed him to use man when he get
stuck or needs help on how to use a command.
He ran man rm and it says at the top its for removing files OR
directories. That is not correct as it does not give you any information
for removing directories. I assumed it may be an option of some sort but
I have not found it in the man page. Is this an oversight?
------------------
RM(1) User Commands
RM(1)
NAME
rm - remove files or directories
If this is something positive credit should be given to Ron Flowers. He
is the one who pointed it out to me.
Running Debian Lenny, GNU coreutils 8.5
Thanks.
[Message part 3 (message/rfc822, inline)]
On 03/02/11 23:22, Tom Tijerina wrote:
> I have a friend I'm trying to get into learning Linux, not wanting to
> hand feed him every command I've instructed him to use man when he get
> stuck or needs help on how to use a command.
>
> He ran man rm and it says at the top its for removing files OR
> directories. That is not correct as it does not give you any information
> for removing directories. I assumed it may be an option of some sort but
> I have not found it in the man page. Is this an oversight?
$ rm --help | grep directories
-r, -R, --recursive remove directories and their contents recursively
By default, rm does not remove directories. Use the --recursive (-r or -R)
Also the man page is automatically generated from --help output.
cheers,
Pádraig.
This bug report was last modified 14 years and 112 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.