This is probably very simple, but I really can't get it to work. I have an old directory with a symlink in it. I need to delete the directory, but it says it is not empty when I try:
rm -f dirname
(I have also tried -r, and -rf)
I get: "usage: rmdir directory-name"
So then I try rmdir -f dirname, but I get the same response. I am a newb to the command line and would really appreciate if someone could help.

rmdirmessage by runningrm. What travesty has been inflicted on yourrm? Trytype rm. – jw013 Jun 19 '12 at 1:32rmdirerror fromrmproper is odd. Try/bin/rm -r dirname. – Kevin Jun 19 '12 at 1:33osxandftpand edited the question header, but the edit has to be approved first before it shows. – Levon Jun 19 '12 at 2:41