-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathman_1_simple_shell
34 lines (24 loc) · 1.25 KB
/
man_1_simple_shell
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH man 1 "April 3, 2021" "1.0" "hsh General Manual page"
.SH NAME
hsh - simple command line interpreter
.SH SYNOPSIS
./hsh (arguments not supported)
[command] [options]
.SH DESCRIPTION
This program is command line interpreter, contains the most basic features and functions found in the various shell programs.
.SH OVERVIEW
This Simple Shell project is a major team project conducted by sertse and abebayehu, students at ALX, for educational purposes. It consists of developing and making our own clone of DASH - Debian Almquist shell found in several versions of Ubuntu Linux. Though cloning of DASH was the general guidance, having the same exact functionalities and features was not the goal. The goal for us was to learn and develop various team and individual skills regarding coding and git.
.SH RETURN VALUE
The shell returns the error code given by the last completed command followed by either ctrl-d or exit with no status codeand returns 1 when Ctrl+C.
.SH SYNTAX
#> <command> <flags or options> <argument 1> <argument 2> ...
.SH BUILTIN COMMANDS
.SS env
- list the current environment variables
.SS exit
- exit the shell
.SH AUTHORS
Sertsedengle Shewandagn < https://github.com/sertsev >
Deborah Getachew < https://github.com/DG-h1S >
.SH SEE ALSO
DASH(1)