To run a program under UNIX you simply type in the filename. So to run program testprog, you would type
testprog
or if this fails to work, you could type
./testprog
You will see your prompt again after the program is done.
Go to Improved type Go to Index Go to Constant