Skip to content

snath99920/Shell

Repository files navigation

Shell

This is a simple Shell written in C. Type in make to make the file and hit ./shell to execute the shell

  1. Functions like cd, ls, pwd, pinfo have been implemented.

  2. The background process task has also been implemented here.

  3. Seperating of commands using ';' works but make sure you use a space between each command and the semicolon. Ex: "pwd ; echo l"

  4. cd.c - cd command

  5. displayShell.c - displays the shell

  6. echo.c - echo command

  7. bg.c - background processes and other commands

  8. execute.c - connects the codes together

  9. history.c - prints history

  10. list.c - ls command

  11. pinfo.c - pinfo command

  12. pwd.c - pwd command

<<<<<<< HEAD Done by: Srinath Nair Roll no: 2018111001

References taken from the internet and man pages

Created by: Srinath Nair

1b496aaeb0097cca56aaef55ad1f99a6aaf6abfa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published