Hi
How do I make a bash text executable in the terminal in any directory?
In another words, I no longer need to execute a certain program within that directory where the program resides.
E.g:
I can simply type the executable text in any directory like:
"user@ttyp2[Desktop]$ egpgrm
Instead of executing the program within the directory where the program resides:
"user@ttyp2[home]$ ./egpgrm"
Thanks in advance..
