Skip to content

Simple UNIX-shell that is able to execute commands given by the user which may contain redirections and pipes. It also has the command exit and history implemented.

Notifications You must be signed in to change notification settings

DionisiusMayr/SimpleShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

	This program implements a simple UNIX-shell that is able to execute commands given by the user, with redirections and up to three pipes. It also has the command exit and history implemented.
	
	It is possible to compile this under a UNIX environment simply using:
		g++ -o shell shell.cpp

About

Simple UNIX-shell that is able to execute commands given by the user which may contain redirections and pipes. It also has the command exit and history implemented.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages