At the moment if i try to run a program (which i wrote) from my current directory with bash, it does not recognise the program. SO I have to type:
'./' before the executable name to make bash find it.
I want to fix bash so that when i type in a executable name, it will automatically search the current directory. My question is this:
1. What file do i need to edit?
2. What exactly do i need to put in this file?
Thanks