Giter VIP home page Giter VIP logo

c-shell's Introduction

This is basic shell for Linux-based Os(all commands may not work on MacOs) which supports the following commands :-

  • ls [-a, -l, -al, -la] - To list files in a directory.
  • cd - Change directory.
  • pwd - Present working directory.
  • echo - Print message in shell.
  • pinfo <pid> - Prints information about a given process.
  • setenv <var> - To set enviroment variables.
  • unsetenv <var> - To delete enviroment variables.
  • jobs - Displays status of all jobs running(both foreground and background).
  • fg <job_no> - To bring a background process to foreground.
  • bg <job_no> - To take a foreground process to background.
  • kjob <job_no> <signal> - To send a signal to a particular job.
  • overkill - To kill all background processes.
  • quit - To exit the shell

Some other features that are also implemented are :-

  • Foreground and Background process using &.
  • I/O redirection using > and <.
  • Commmand piping using |.
  • Ctrl+z puts current running process in background.
  • Ctrl+c closes the current running process in shell.

To run the shell :-

  • cd into the folder
  • Type make
  • Then type ./shell

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.