Skip to content

sonotopes/POSIX-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

POSIX-Shell

POSIX compliant command line shell implemented in C. Developed using the UNIX API.

Functionality includes signal handling, I/O redirection, cd, unset, exit, and more. Job handling is established using simple foreground and background commands. Shell also includes the feature to use filename redirection operands. Pipelining is also established.

Command line input is parsed using command word expansion and assignment values.

About

POSIX compliant shell implemented in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published