bug-coreutils
[Top][All Lists]
Advanced

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

bug#6924: hi there is misstake in rm --help option


From: Artur Kulikowski
Subject: bug#6924: hi there is misstake in rm --help option
Date: Fri, 27 Aug 2010 16:19:58 +0200

Bug is here:

 

To remove a file whose name starts with a `-', for example `-foo',

use one of these commands:

  rm -- -foo

 

  rm ./-foo

 

the * marki s forgotten shouldn't it be : 

rm -- -foo* 

rm ./-foo*

??

Without * it didn't work for me

 

 

Artur Kulikowski

 



reply via email to

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