This is a simple shell that implements I/O redirection, processing backgrounding, and pipes.

parser.c - The parser for the command line.
pipe.c - The function that implements pipes.
pnsh.h - The headers for the shell.
pnsh.c - The main program for the shell.
redirect.c - The function that implements I/O redirection.
Makefile - The Makefile.

pnsh.tar.gz - The entire program.


Home

Modified Last: 23 April 2000