https://github.com/amid68/build-a-simple-command-line-shell
Implement a basic Unix-like shell that can execute commands, handle piping, redirection, background processes, and manage signals.
https://github.com/amid68/build-a-simple-command-line-shell
Last synced: about 1 year ago
JSON representation
Implement a basic Unix-like shell that can execute commands, handle piping, redirection, background processes, and manage signals.
- Host: GitHub
- URL: https://github.com/amid68/build-a-simple-command-line-shell
- Owner: Amid68
- License: mit
- Created: 2024-09-13T00:34:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:32:14.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T14:42:04.770Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build-a-Simple-Command-Line-Shell
Implement a basic Unix-like shell that can execute commands, handle piping, redirection, background processes, and manage signals.