Git Product home page Git Product logo

ucode-ush's Introduction

Building the program

  1. Download/Clone the source code
  2. cd into the root directory
  3. Run make

Description

  1. The default prompt looks like u$h> followed by the space character.
  2. The shell deals only with one line user input. In other cases, appropriate descriptive error message is displayed.
  3. The shell implements builtin commands without flags: export, unset, fg, exit .
  4. The shell also implements the following builtin commands with flags:
  • env with -i, -P, -u;
  • cd with -s, -P and - argument;
  • pwd with -L, -P;
  • which with -a, -s;
  • echo with -n, -e, -E;
  1. The shell calls the builtin command instead of binary program if there is the name match between them.
  2. The shell correctly manages errors like other shells do.
  3. The shell manages user environment correctly.
  4. The shell runs programs located in the directories listed in the PATH variable.
  5. The shell manages signals CTRL+D , CTRL+C and CTRL+Z .
  6. The shell implements command separator ; .
  7. These characters are escaped to be used literally: space , ' , " , $ , ( , ) , ,`,{,}.
  8. The shell manages these expansions correctly:
  • tilde expansion ~ with the following tilde-prefixes: ~ , ~/dir_name , ~username/dir_name , ~+/dir_name , ~-/dir_name ;
  • the basic form of parameter expansion ${parameter} ;
  • command substitution command and $(command) .

Authors

People that made this program:

osavich

vsvietkov

iantypin

ucode-ush's People

Contributors

olegsavich 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.