how to run programs in terminal

Sep 18, 2013 at 11:00pm
closed account (36k1hbRD)
i created a console app that is a calculator in code::blocks. How do I run it in the terminal?
Sep 19, 2013 at 12:45am
When you write something the shell would interpret it.
If it is not an inner command, it would try the directories in the PATH searching for the program.

Or you could specify the path (relative or absolute)
$ ./program.bin
$ /home/jdogsiis/program.bin
Topic archived. No new replies allowed.