emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#7985: closed (Inconsistancy)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7985: closed (Inconsistancy)
Date: Fri, 04 Feb 2011 21:47:02 +0000

Your message dated Fri, 04 Feb 2011 21:52:50 +0000
with message-id <address@hidden>
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
address@hidden)


-- 
7985: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7985
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Inconsistancy Date: Thu, 03 Feb 2011 18:22:44 -0500
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.





--- End Message ---
--- Begin Message --- Subject: Re: bug#7985: Inconsistancy Date: Fri, 04 Feb 2011 21:52:50 +0000 User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3
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.


--- End Message ---

reply via email to

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