This is a simple Shell written in C. Type in make to make the file and hit ./shell to execute the shell
-
Functions like cd, ls, pwd, pinfo have been implemented.
-
The background process task has also been implemented here.
-
Seperating of commands using ';' works but make sure you use a space between each command and the semicolon. Ex: "pwd ; echo l"
-
cd.c - cd command
-
displayShell.c - displays the shell
-
echo.c - echo command
-
bg.c - background processes and other commands
-
execute.c - connects the codes together
-
history.c - prints history
-
list.c - ls command
-
pinfo.c - pinfo command
-
pwd.c - pwd command
<<<<<<< HEAD Done by: Srinath Nair Roll no: 2018111001
Created by: Srinath Nair
1b496aaeb0097cca56aaef55ad1f99a6aaf6abfa