-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathman_1_simpleshell
More file actions
53 lines (34 loc) · 1.12 KB
/
man_1_simpleshell
File metadata and controls
53 lines (34 loc) · 1.12 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.TH man 1 "April 15 de 2019" "1.0" "shell man page"
.SH NAME
shell - Command line interpreter, read it from a terminal or a file.
.SH SYPNOSIS
$command flags
.SH DESCRIPTION
The hsh utility is the standard command interpreter for the system. when it is end, display the output of the commands followed by anew prompt.
.SH PROMPT
Our prompt is $jessiFer while the prompt is displayed you can type a command.
.SH OPTIONS
Built-in
env - Print the enviroment.
help - Print the help to the built-ins.
exit [n] - Terminate the shell process, if n is a negative number or a string prints is a Illegal number.
Commands:
Some commands that you can execute
ls : List the files in the directory
echo : Display the send it in a standard output.
.SH ENVIROMENT
Examples of Enviroment Variables
PWD : An absolute pathname for the current directory.
.SH FILES
basics.c
maths.c - Finctions maths
builders.c
holberton.h - Prototypes and libraries.
shell.c - main
.SH ALSO
builtin(1), write(2), fork(2), malloc(3), open(2), perror(3)
.SH AUTORS
Written by Ferney Medina & Alexandra Fonseca
.SH BUGS
No discovered yet.
.SH SEE ALSO