Skip to content

stephpalis/SystemsChallenge1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge 1 - Unix Shell

GOAL

Create a Unix shell similar to that of "bash".

SPECIFICATION

Upon exectution, the program will accept command lines from STDIN. Command lines can be:

  1. Programs to execute

  2. Built in commands

    • cd
    • exit
    • pwd
  3. Command line arguments to programs

  4. Operators

    • Redirect input/ output (< / >)
    • Pipe (|)
    • Background
    • And (&&)
    • Or (||)
    • Semicolon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published