Coder Social home page Coder Social logo

quash's Introduction

quash

EECS 678 QUASH Dawson Conway Timothy Frese A tiny bit of help from Christopher Rooney

Requirements

  1. Run executables without arguments (10)
  2. Run executables with arguments (10)
  3. set for HOME and PATH work properly (5)
  4. exit and quit work properly (5)
  5. cd (with and without arguments) works properly (5)
  6. PATH works properly. Give error messages when the executable is not found (10)
  7. Child processes inherit the environment (5)
  8. Allow background/foreground execution (&) (5)
  9. Printing/reporting of background processes, (including the jobs command) (10)
  10. Allow file redirection (> and <) (5)
  11. Allow (1) pipe (|) (10)
  12. Supports reading commands from prompt and from file (10)
  13. Report (10)
  14. Bonus points (you can get bonus points only if you have everything else working (or very close to working))
    • Support multiple pipes in one command. (10)
    • kill command delivers signals to background processes. The kill command has the format: kill SIGNUM JOBID, where SIGNUM is an integer specifying the signal number, and JOBID is an integer that specifies the job that should receive the signal. (5)

To Do

Dawson

Parser

Timothy

Built in functions

Pipe Execute Execute in Background Jobs array

quash's People

Contributors

captainhammer314 avatar nanoexplorer avatar

Watchers

 avatar  avatar  avatar

Forkers

nanoexplorer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.