Code Monkey home page Code Monkey logo

rshell's Introduction

RSHELL

Licensing Information: READ LICENSE

Project can be downloaded from https://github.com/jmaw001/rshell.git

Author and Contributors List

Jesse Maw

All other known bugs and fixes can be sent to [email protected]

Reported bugs/fixes will be submitted to correction

File List

.:

Makefile

LICENSE

README.md

./src

./tests

./src:

rshell.cpp

cp.cpp

ls.cpp

Timer.h
./tests:

exec.script

ls.script

redirect.script

signals.script

Problems in Rshell

HW0:
*Logic connectors do not work as of yet. Single commands on different lines will.

HW2:
*input and output redirections are not working.
*when using a pipe: after the pipe command has passed, the next command will not output anything.
*using proper white spaces between the start of the piping command is recommended as parsing for first few arguments is not perfect.

HW3:
*getenv() for PATH is not used because it creates a bug where no commands work after it executes. Still stuck with execvp

Problems in ls

*-R flag can be taken in, but the code itself does not work. So in testing, it will do nothing as of
now.

*-l works, but breaks when it is combined with other things such as the -a flag or directories.(on the bright side, -a and file directories cooperate!)

*-l also randomly breaks with an error related to stat because the directory pathing for some files is slightly off.

rshell's People

Contributors

jmaw001 avatar rluk001 avatar

Watchers

 avatar

Forkers

rluk001

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.