Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.35 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.35 KB

Simple Shell using C

Simple shell that prompts the user for a command and returns the appropriate execution.

Languages and Tools

c

Authors

Installation

  1. Clone the repositiory: https://github.com/Sibongile-Nhlema/simple_shell.git
  2. Run ./hsh

🧐 Features

===============

  1. Display a prompt and wait for the user to type a command.
  2. Handle command lines with arguments.
  3. Handles the PATH.
  4. Has an exit built-in, that exits the shell and handles arguments.
  5. Has setenv and unsetenv builtin commands.
  6. Has the builtin command cd.
  7. Handle the commands separator ;
  8. Handle the && and || shell logical operators
  9. Has the alias builtin command
  10. Handle variables replacement
  11. Handle comments (#)
  12. can take a file as a command line argument.

💻 Built with

================ Technologies used in the project:

  • Shell
  • Linux
  • C programming