on 1.0 "04 Oct. 2023" | "simple-shell" Documentation (man pages)
The Seashell is a command-line interface that allows users to interact with an operating system by executing commands.
The shell is able to read user input, parse the input into commands and arguments, execute the commands and display the output to the user.
We have configured the shell to be able to create environments, get the created environments as well as unset environments.
The shell has a exit fetaure built-in that can handle agruments in the same way a typical UNIX shell operates.
cd exit setenv unsetenv getenv exit getline
&& || ;
The shell has not employed the use of the following functions:
- Strtok
- printf
- ....
- non-custom getline
- ...
- ....
-v, --version
: Prints the current version number.
See GitHub Issues: https://github.com/Maddily/simple_shell/issues
- Sibongile Nhlema [email protected]
- Mayada Saeed [email protected]
printf(3)