Skip to content

AnimeshDeb/Simple-Command-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A command interpreter is created using the C language. The interpreter is a program, in which the main process creates a child process to execute the inputted command using the exec() fammily functions. The input is taken in the form of a command and its arguments from the user. Additionally, the command interpreter will execute the inputted command and wait for the next command to be inputted. This cycle will break when the user enters exit. Typical forms of commands that may be entered are "ls -l" and "pwd", among others.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages