Skip to content

jakefulton/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell

A shell implemented in C. Executes commands read from the standard input or from a file

Functionality

  • Background execution using '&' (Eg. pwd &)
  • Handles multiple pipes (Eg. who | grep foobar | uniq -c | sort -nr | less)
  • Redirection (Eg. sort < foo | uniq -c >> bar)
  • Built in commands: 'cd' and "exit'
make clean
make
./shell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors