Jeff wrote: > I getting this message printed to screen after every command and > I can't figure out how to fix it. Any help will be very much > appreciated, since this is very annoying. I couldn't find > anything on this in the archives, yet, but I'm still looking. > > bash: precmd: command not found
Check the PS1 and PROMPT_COMMAND shell variables. Try unsetting PROMPT_COMMAND and see if the problem goes away. Try setting PS1 to something very simple, like "PS1=\$", and see if that helps. Craig