Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# C-Command-Line-Interpreter
Command Line Interpreter built in C to emulate Unix commands

In 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`