Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 587 Bytes

File metadata and controls

20 lines (10 loc) · 587 Bytes

Software Information:

This is a C Program for interpreting basic unix commands specifically IO Redirection, Pipes and Background Processing

Recognizes single level of redirection and process operators '<', '>', '|', '&'

Installation:

compile using : gcc -o shell ESE333_project1_Aditya_Taday.c Running the software: ./shell

Usage sample:

Input redirection: cat < file Output redirection: echo hello > file Pipe: man date | grep os Backround: xterm &

Works with other unix shell commands such as cd, pwd, ls, mkdir, rmdir, etc...

Contact Information:

Email: adi.taday@gmail.com