-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp
More file actions
27 lines (25 loc) · 1.55 KB
/
help
File metadata and controls
27 lines (25 loc) · 1.55 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
*********************************************************************************************
* * * * ***** * **** ***** * * ***** *
* * * * * * * * * * ** ** * *
* * * * * ***** * * * * * * * * ***** *
* * * * * * * * * * * * * * * *
* * * ***** **** **** ***** * * * ***** *
* *
* *In addition to bash default commands we have : *
* *
* 1 - calc ==> simple calculator (+,-,*,/) : Example: calc 5 * 6 *
* 2 - environ ==> view enviroment variables , No arguments *
* 3 - pause ==> Pauses the bash till a key is pressed. *
* *
* *
* *
* NOTES: *
* Please keep one space between each argument of the calc commmand :) *
* *
* TO view othe bash commands manual type : man <command> *
* *
* To view this page again type help *
* *
* *
* *
*********************************************************************************************