Skip to content

Sibongile-Nhlema/simple_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages