https://github.com/gimwonbae/myshell
Making Shell using C Lang
https://github.com/gimwonbae/myshell
shell system-programming
Last synced: about 2 months ago
JSON representation
Making Shell using C Lang
- Host: GitHub
- URL: https://github.com/gimwonbae/myshell
- Owner: gimwonbae
- Created: 2020-05-15T07:38:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T15:49:36.000Z (about 5 years ago)
- Last Synced: 2025-03-01T19:46:31.547Z (over 1 year ago)
- Topics: shell, system-programming
- Language: C
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myshell
-foreground and background execution (&)
-multiple commands separated by semicolons
-history command
-shell redirection (>,>>,>|,<) include noColobber option
-multiple pipe
-cd command
[More detail](https://github.com/waristo/myshell/blob/master/README.pdf)