Skip to content

Simple command line interpreter. Handles I/O redirection, PID expansion, background processes, and some signals

Notifications You must be signed in to change notification settings

KeenanTaggart/tiny-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

tiny-shell

A simple command line interpreter. It handles I/O redirection, PID expansion, background processes, and some signals. For commands not directly implemented by tiny-shell, the exec() family of functions is used.

Demonstrates the author's familiarity and proficiency with critical operating systems subjects such as job control, input/output, light parallelism, and signal processing.

About

Simple command line interpreter. Handles I/O redirection, PID expansion, background processes, and some signals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages