task
04-24-2002, 02:51 PM
I am currently learning 'C' and wish to test my programs but when I try to run it its not working. Why is this?
e.g. Lets say the famous hello program. if a compile it then try to run it it just gives me a message command not found.
user:$ gcc -o hello hello.c
user:$ hello
error hello:bash command not found
user:$
e.g. Lets say the famous hello program. if a compile it then try to run it it just gives me a message command not found.
user:$ gcc -o hello hello.c
user:$ hello
error hello:bash command not found
user:$