whenever I use 'cp' I get an error message saying
"bash: c: command not found" What does this mean???? And it never prints out cp only c.
I can use other commands such as cut from the same bin path so I don't understand why only this command does not work.
Also, if I rename 'cp' to 'cpy' or anything other than cp, then that works but I want to keep it as cp. Can anyone help?