I recently wanted to use the rm command in Terminal on my Mac. To my surprise, it just reponds with:
-bash: rm: command not found
I can use mv, cp, cd, ls etc. However rm somehow doesn't work. I can't use /bin/rm either.
Any ideas what is wrong?

/bin/rmacually exist? – Gabe Mar 21 '11 at 7:46sudo rm rmfrom the/binfolder by any chance? ;) – user24279 Mar 21 '11 at 7:48