tags:

views:

82

answers:

2

I installed a minimal version of cygwin, but i now need to install the rm command.

Which cygwin package contains the rm command ?

+5  A: 

You must have a very minimal Cygwin install. rm is usually contained inside coreutils.

Yann Ramin
I installed OpenSSH for Windows, it installs just enough to get ssh running. http://sourceforge.net/projects/opensshwindows/
Anthony
A: 

It should be in the coreutils package. I haven't used Cygwin in a long time, but if it hasn't updated to coreutils yet, try finding a fileutils package. That is rather dated though, considering the fact that the pages on the GNU site for the fileutils, sh-utils/shellutils and textutils packages all refer you to the coreutils page.

Dustin