Code Monkey home page Code Monkey logo

cshell's Introduction

Shell: My bash shell in c implements basic commands,foreground,background processes.. This is a linux shell written in C which implements built in commands like cd,echo etc and system commands like vi..etc. It handles background processes ,redirection,piping and signals also.

For Running run 'make' execute by using './shell' run 'quit' to exit

FUNCTIONS
cd: chanegs the directory
ls command :
pinfo command:
Input/Output redirection:
Ouput of one command can be redirected to a file
Similarly input can be taken from another file
Piping:
One or more commands can be piped
Pipes and i/o redirection can be done together

setenv var value : used to create environment variable var
unsetenv var : shell destroys the environment variable var.
jobs : prints a list of all background processes
kjob : takes the job id of a running job and sends a signal value to that process.
fg : brings a running or a stopped background job with given job number to foreground.
bg : changes a stopped background job to a running background job.
overkill : kills all background process at once.
CTRL-Z : It changes the status of currently running job to stop, and pushes it in background process.
CTRL-C : It should cause a SIGINT signal to be sent to the current foreground job of your shell. If there is no foreground job, then the signal doesn't have any effect.

cshell's People

Contributors

pravalikamukkiri avatar

Stargazers

MC Bhavana 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.