Search:

Type: Posts; User: luro

Search: Search took 0.00 seconds.

  1. Thank you so much for your help. My code is now...

    Thank you so much for your help. My code is now working ( I had a few logic bugs to work out on my own). I do have some general language questions from this if you (or someone else from here)...
  2. Yeah, I was taught that they are the same thing. ...

    Yeah, I was taught that they are the same thing. So, here is some updated code:



    #include <unistd.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <sys/wait.h>
    #define WRITE 1
    #define...
  3. warning: passing arg 2 of `execv' from incompatible pointer type

    Hello. I am trying to write a shell program, one that takes in 2 UNIX commands and executes it. the format for input is:
    <command> | <command>
    My problem is that for some reason, the execv call...
Results 1 to 3 of 3