Search:

Type: Posts; User: Scriptonaut

Search: Search took 0.01 seconds.

  1. Alright, well the next part of this current...

    Alright, well the next part of this current assignment is to add signal handling, so I can start doing that now. I wasn't aware that read may not read it all at once, and I wasn't aware that it may...
  2. I'm actually writing in the child process(I'm not...

    I'm actually writing in the child process(I'm not even writing, I'm just dup2(outFD, 1), so that exec automatically writes for me). So here's my dilemma, how do I determine how many characters were...
  3. Piping, Forking, and Gathering execvp's Output

    Hey guys,


    I'm building a minishell in C(for unix). I'm doing command expansion, so lets say I have:



    echo a $(echo b c)

    it works fine, however if I then do this:
Results 1 to 3 of 3