Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyle-mccarthy/c-shell
https://github.com/kyle-mccarthy/c-shell
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyle-mccarthy/c-shell
- Owner: kyle-mccarthy
- Created: 2015-05-03T23:37:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T03:38:19.000Z (over 9 years ago)
- Last Synced: 2024-11-06T06:04:25.975Z (3 months ago)
- Language: C
- Size: 453 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
to compile: navigate to the build folder, run cmake .., then run make
to run shell: execute the shell_GP programResponsibilities
Michael Shostrand - redirection and grep
Kyle McCarthy - cat and base commandsNotes on shell
To exit the shell, enter "EXIT" or Cntrl C
When cat or grep is getting its input directly from stdin, enter "^D" to exit the command