Skip to content

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

Notifications You must be signed in to change notification settings

adityataday/UNIX-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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: [email protected]

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages