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. 
rmdirmessage by runningrm. What travesty has been inflicted on yourrm? Trytype rm.rmdirerror fromrmproper is odd. Try/bin/rm -r dirname.osxandftpand edited the question header, but the edit has to be approved first before it shows.rmdir directory-namethen it isn't asking for any args, so -f would be inappropriate. Tryrmdir dirname.