Skip to content

ms4323/command-line-shell-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

command line shell interpreter

A shell interpreter in C supporting defined functionalities including:

  • history , !! , ! (printing history of commands, the last command and the nth command)
  • alias (defining an alias for a command)
  • help (show you the functions implemented)
  • set path (searching for executables in the path)
  • set verbose (for diagnostics)
  • bash (to run .sh files)

A sample of the run is saved in the output.txt file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages