I am new to C programming language and i am trying to do an exercise that i have set myself.
What I am wanting to do is to be able to read in a command that the user writes and then execute it. I haven't written any code for this yet and i am really unsure on how to do it.
This is basically what i am wanting to do:
display a user prompt (for the user to enter a command e.g. /bin/ls -al) read and process the user input
I am currently using MINIX to try and create something and change the OS.
Thanks