How To Set PATH variable on Bash Shell?

How Set PATH Variable on BASH Shell?

Have a new executable file/program? Want to execute it just by typing the name of the program instead of full path where the program is located?  The best solution is to add the path to new executable to your list of all search paths. The idea is that every time one types a command the… Continue reading How To Set PATH variable on Bash Shell?