Giter Site home page Giter Site logo

interpretador-unix-java's Introduction

Welcome to Java Unix Proto-Shell ๐Ÿ‘‹

Version

This is a unix proto-shell java interpreter, build to @ufms Operational Systems discipline, made with :blue_heart: by @pedrost and @pedromihael.

Documentation

This shell should be able to:

  • Allow prompt redefinition by the variable $MYPS1;
  • Pipe commands using && or |;
  • Change directories using cd;
  • List directory content using ls;
  • List the commands history using history;
  • Redirect outputs into files using >;
  • Redirect errors with 2>;
  • Inject entries with <;
  • Echo contents using echo (including $PATH);
  • Clear the shell using clear;
  • Throws a message when the command is not found;
  • Inject entries and redirect output simultaneosly;
  • Prevent CTRL + C exists the shell;
  • Exit the shell using exit;

Usage

$ git clone https://github.com/pedrost/interpretador-unix-java.git
$ cd interpretador-unix-java
$ ./build.sh

Run with Docker

If you don't have java (jdk and jre) installed, here are the open jdk container for usage.

Show your support

Give a โญ๏ธ if this project helped you!


This README was generated with โค๏ธ by readme-md-generator

interpretador-unix-java's People

Contributors

pedromihael avatar pedrost avatar

Stargazers

 avatar

Watchers

 avatar

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.