Sophia-Avakas / A-Simple-C-Shell

Extended shell features to implement ls, I/O redirection and pipes commands using Unix API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple C Shell


I implemented several new features in a simplified xv6 shell with Unix system call interface. The simplified shell contains two main parts: parsing shell commands and implementing them. The parser recognizes only simple shell commands.

The features I extended include ls, I/O redirection commands and pipes.

About

Extended shell features to implement ls, I/O redirection and pipes commands using Unix API

License:MIT License


Languages

Language:C 100.0%