-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (16 loc) · 700 Bytes
/
Copy pathREADME
File metadata and controls
21 lines (16 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Abhishek Mathur 20171162
Shell Progaram Description
To compile: Run "make"
To run the program: Execute "terminal"
'''Process calls and all basic commands are handled efficiently'''
File Descriptons:
shell.c: Contains main function,clock function and commands interpret function.
inp.c: Takes input from the user.
cdd.c: Change directory.
echo.c: Print whatever is written in front of the command.
ls.c: Display the contents of a directory.
pif.c: Process information of an running process.
prmpt.c: Display prompt.
pwd.c: Display current directory path.
headers.h: Includes all the .c files and all the required modules.
makefile: Complile and run all .c together to make executable "terminal"