Skip to content

I implemented a shell system using a C programming language. The system can be able to run basic bash commands and gives a response.

Notifications You must be signed in to change notification settings

AliAsafPolat/ShellProgrammingProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ShellProgrammingProject

I implemented a shell system using a C programming language. The system can be able to run basic bash commands like ’cd’, ‘exit’, ‘pwd’, ‘clear’ , and gives a response. The system uses exec and fork methods to execute the given command. Also, pipe(|) usage is allowed.

About

I implemented a shell system using a C programming language. The system can be able to run basic bash commands and gives a response.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages