Operating Systems
[22c:112]

Why when I launch my program I receive the message "Command not found"?
To run a program that's in the current directory you should write
./program
or add the current directory to your path, appending the command
setenv PATH "./:${PATH}"
to the file
.cshrc
situated in your home directory