darvid7 / C-Command-Line-Interpreter

Command Line Interpreter built in C to emulate Unix commands.

Repository from Github https://github.comdarvid7/C-Command-Line-InterpreterRepository from Github https://github.comdarvid7/C-Command-Line-Interpreter

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

About

Command Line Interpreter built in C to emulate Unix commands.


Languages

Language:C 97.2%Language:C++ 2.8%