Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darvid7/C-Command-Line-Interpreter
Command Line Interpreter built in C to emulate Unix commands.
https://github.com/darvid7/C-Command-Line-Interpreter
Last synced: 2 months ago
JSON representation
Command Line Interpreter built in C to emulate Unix commands.
- Host: GitHub
- URL: https://github.com/darvid7/C-Command-Line-Interpreter
- Owner: darvid7
- Created: 2016-09-03T06:24:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T07:11:43.000Z (over 8 years ago)
- Last Synced: 2024-08-03T18:16:42.923Z (6 months ago)
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - C-Command-Line-Interpreter
README
# C-Command-Line-Interpreter
Command Line Interpreter built in C to emulate Unix commandsIn terminal cd to this directory
To compile use
`$ gcc -o Advanced_CLI cd.c clear.c copy.c dir.c echo.c find.c halt.c help.c main.c newfile.c pause.c quit.c run.c`
To run use
`$ ./Advanced_CLI`
For a description of functions run the program and use
`$ help`