← Back

C · Linux

Unix-based Shell

A Unix-style shell with process creation, pipelines, redirection, variables, and command history.

Role

Low-level systems project

Year

2025

Stack

C · Linux

Links

GitHub

Overview

This shell parses user input in interactive and batch modes, executes built-ins and external commands, routes file descriptors for chained pipelines, handles I/O redirection, expands variables, and searches executable paths hierarchically.

Demo in progress...