Skip to content

akashmanna/linux-shell-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

linux-shell-c

fork-per-command Linux Shell written in C

Supported Operations:

Redirections: The shell supports > < >> redirections.
Piping: The shell supports pipelining any number of commands.
cat x| grep pat|uniq|sort
in addition, 2-level and 3-level piping are also supported using comma (',') as delimeter
ls -l || grep ^-, grep ^d

Usage:

$ make all
$ ./shell

This program was written as an assignment of ISF462 Network Programming, BITS Pilani.

About

fork-per-command based Linux Shell written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages