Skip to content

Command Line Interpreter built in C to emulate Unix commands.

Notifications You must be signed in to change notification settings

darvid7/C-Command-Line-Interpreter

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages