Originally posted by Spliff:
Whenever I open a new shell in Terminal, I get the following message:
sh: Blood: command not found
This showed up a couple of days ago. What the hell is it?
My best guess is that you, someone else using your computer or a bad piece of software added something to your .tcshrc file (or .bashrc, if you're using bash as your shell).
Do the following:
open up the terminal, and type 'less ~/.tcshrc'
Does the word 'Blood' appear anywhere in that file? It shouldn't.
If you find an offending line, type 'pico ~/.tcshrc' and delete the line, then save the file. On restarting the terminal app this error message should disappear.