Skip to content

bcanozter/Simple-Cpp-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

This software is designed to serve as a C++ shell interface that accepts user commands, then execute each command in a separate process.In addition, it provides a history feature that allows the user to access the most recently entered commands.

"!!" will trigger the history command and will show a list of commands that have been entered. In order to run a command from the list, user must type "!1" where the number is the index from the history list.

Supported commands are ps, cal, date, who, top and ls.

Technologies

Project is created with:

  • XCode version: 10.2.1

Compiling

To compile this software you must use a gcc terminal.

  1. Open the bash terminal
  2. To compile, $ g++ --std=c++11 -o run.out main.cpp
  3. To run, ./run.out

Preview

Author

Releases

No releases published

Packages

No packages published

Languages