|
C-Shell
A simple shell written in C.
|
| ▼ src | |
| ▼ internal | |
| cd.c | |
| echo.c | |
| exit.c | |
| history.c | |
| history.h | |
| ls.c | |
| pinfo.c | |
| pwd.c | |
| search.c | |
| executor.c | This file is the heart of the shell, where commands are executed |
| executor.h | |
| internal_commands.h | This header file contains declarations for the internal commands |
| job_store.c | |
| job_store.h | |
| main.c | The entrypoint to the program |
| main.h | |
| parse.c | The parser |
| parse.h | |
| redirection.c | |
| redirection.h | |
| shelltypes.h | |
| signals.c | |
| signals.h | |
| terminal.c | User input handling and terminal manipulation |
| terminal.h |