Skip to content

Created a custom shell program in C that interacts with the user through a terminal or takes the input from a file and executes a sequence of commands passed to the Operating System

Notifications You must be signed in to change notification settings

tia-mehta/Shell_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makefile- creates an executable shell file when "make" is typed sh257- an executable file that is created after make command csapp.h- a declared collection of auxiliary functions that include utility functions for Unix file i/o, sockets, signals, threads, and semaphores. csapp.c- defined functions for the utility functions for Unix file i/o, sockets, signals, threads, and semaphores. csapp.o- object file created for csapp.c after compiling, so manual recompilation of csapp.c file is not required when "make" is typed shellex.c- contains main code for creating each custom shell command. shellex.o- object file for shellex.c

About

Created a custom shell program in C that interacts with the user through a terminal or takes the input from a file and executes a sequence of commands passed to the Operating System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published