On Apr 13 10:04, Lynn Wilson wrote: > rm: cannot remove directory `xxxxx/': Is a directory > [...] > > Is there a work-around for not being able to remove symbolic links to > directories?
$ mkdir blah $ ln -s blah blub $ rm blub/ rm: cannot remove directory `blub/': Is a directory $ rm blub $ ls -l blub $ ls: blub: No such file or directory Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/