cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
how to run programs in terminal
how to run programs in terminal
Sep 18, 2013 at 11:00pm
Sep 18, 2013 at 11:00pm UTC
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
Sep 19, 2013 at 12:45am UTC
ne555
(10692)
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.