Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

kevinqmcdonald/shellproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shellproject

COP4600 Spring 2015 TurtleShell Project

Authored by

Name Email
Kevin McDonald kevinqmcdonald@gmail.com
Sean Thomas sthomas93@ufl.edu

Features not implemented

  1. Input file redirection

  2. Piping

  3. Wildcard matching

  4. PRINTENV causes segmentation faults sometimes

  5. & (run in background option)

  6. Extra Credit Tilde Expansion

  7. Extra Credit File name completion

Features fully implemented

Built-ins

  1. setenv
  2. unsetenv
  3. printenv (see notes above)
  4. cd
  5. alias
  6. unalias
  7. bye

Extras

  1. output redirection
  2. path name searching
  3. executes external commands

To Run

type make; run with ./shell

About

COP4600 Spring 2015 Shell Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published