At a unix command line, what\'s the difference between executing a program by simply typing it\'s name, vs. executing a program by typing a . (dot) followed by the program n
The first executes the command. The second is shorthand for including a shell script inside another.