On Tue, Jan 26, 2010 at 8:19 PM, Michael Webb <[email protected]> wrote:
> I suspect the "No match" is coming from the command line parsing and not rm > itself. However, the message starts with rm. I would suspect you're right - I just tried on my Fedora 12 system (coreuitls 7.6, which is not the current release) and got the expected results: [jstan...@rugrat ~]$ mkdir test [jstan...@rugrat ~]$ cd test/ [jstan...@rugrat test]$ ls [jstan...@rugrat test]$ mkdir dir1 dir2 [jstan...@rugrat test]$ rm -rf dir1 dir2 f* [jstan...@rugrat test]$ ls -la total 8 drwxrwxr-x. 2 jstanley jstanley 4096 2010-01-26 20:49 . drwx------. 83 jstanley jstanley 4096 2010-01-26 20:49 .. [jstan...@rugrat test]$ What version of coreutils and what shell are you using, and on what operating system?
