I'm using C to write my own shell and to handle stream redirects (">" and "<") I'm using strtok() to get them and store relevant information to use later in the program. I'm not sure why I'm getting a segmenation fault when making the first call. (The code is pretty messy at the moment).I'm using C to write my own shell and to handle