You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,18 @@
4
4
</div>
5
5
<br><br><br>
6
6
7
-
**Gnu-linux-shell-use** is a foundation for GNU/Linux shell use.
7
+
**Gnu-linux-shell-use** is a foundation for shell scripting in the GNU/Linux environment.
8
+
9
+
It is made up of four type of solutions:
10
+
11
+
1. Scripts
12
+
2. Functions scripts
13
+
3. One-liners
14
+
4. Aliases
8
15
9
16
# Paradigms
10
17
11
-
It provides solutions in the following paradigms:
18
+
All the solutions of **Gnu-linux-shell-use** exist in following paradigms. Each paradigm contains one to two examples:
12
19
13
20
## Application management
14
21
@@ -88,6 +95,10 @@ Solutions for processing numbers
88
95
89
96
**Gnu-linux-shell-use** has an extension repository for solutions consisting of more than one file [here](https://github.com/computingfoundation/gnu-linux-shell-use.packaged-solutions).
90
97
98
+
# Code style guidelines
99
+
100
+
All the solutions in this repository follow [standard guidelines](https://github.com/computingfoundation/gnu-linux-shell-use/wiki).
101
+
91
102
# Contributing
92
103
93
104
If you would like to contribute, please ensure that your contribution adheres to the respective [guideline](https://github.com/computingfoundation/gnu-linux-shell-use/wiki). Here is a list of [needed solutions](https://github.com/computingfoundation/gnu-linux-shell-use/wiki/Needed-solutions); it can be used for ideas.
0 commit comments