C-Shell
A simple shell written in C.
Loading...
Searching...
No Matches
command Struct Reference

#include <shelltypes.h>

Data Fields

struct commandnext
 
int nargs
 
char ** argv
 
pid_t pid
 
int fd_in
 
int fd_out
 
int fd_err
 

Field Documentation

◆ argv

char** command::argv

◆ fd_err

int command::fd_err

◆ fd_in

int command::fd_in

◆ fd_out

int command::fd_out

◆ nargs

int command::nargs

◆ next

struct command* command::next

The next command in the pipeline.

◆ pid

pid_t command::pid

The documentation for this struct was generated from the following file: