Skip to content

emrebarkinn/Simple-Shell-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Shell-Terminal

Purpose of this project is creating our simple shell for exec the linux commands. Our shell also has some built in commands like alias/unalias, clr (clear the screen), ^z (Stop running foreground process, fg (move all background processes to foreground) and exit.
Our shell also supports pipes "|" and input redirections ">,<,>>,<<,2>". And all these operations can work together.

For executing linux command we use execl, and we do not use system() function for calling linux commands. We use system() function only in our clr and exit command.

Some outputs of program:

image001

image002

image003

image004

image005

image006

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages