C-Shell
A simple shell written in C.
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  src
  internal
 cd.c
 echo.c
 exit.c
 history.c
 history.h
 ls.c
 pinfo.c
 pwd.c
 search.c
 executor.cThis file is the heart of the shell, where commands are executed
 executor.h
 internal_commands.hThis header file contains declarations for the internal commands
 job_store.c
 job_store.h
 main.cThe entrypoint to the program
 main.h
 parse.cThe parser
 parse.h
 redirection.c
 redirection.h
 shelltypes.h
 signals.c
 signals.h
 terminal.cUser input handling and terminal manipulation
 terminal.h