Skip to content

Commit

Permalink
feat: Add complex substitution illustratration
Browse files Browse the repository at this point in the history
  • Loading branch information
mathusanm6 committed Feb 21, 2024
1 parent e0adc73 commit d6a4f64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ This project presents a sophisticated shell emulator, meticulously crafted in C
- **Input/Output Redirection**: Redirect standard input/output with ease.
- **Piping**: Facilitates the chaining of commands through piping.
- **Signal Handling**: Robust management of system signals for process control.

### Roadmap: Upcoming Enhancements
- **Enhanced Job Control Options**: Introducing additional controls for job management.
- **Extended Command Set**: Inclusion of commands like `fg` (foreground) and `bg` (background).
- **Advanced Piping Support**: Further development of piping functionalities.
Expand Down Expand Up @@ -91,6 +89,14 @@ This project presents a sophisticated shell emulator, meticulously crafted in C
<sub>Jobs</sub>
</p>

<br>

<p align="center">
<img src="images/complex-substitution.png" alt="Complex Substitution With Pipes">
<br>
<sub>Complex Substitution With Pipes</sub>
</p>

## Getting Started

### System Requirements
Expand Down
Binary file added images/complex-substitution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6a4f64

Please sign in to comment.