File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Bash Concept Documents
2
+
3
+ The Bash learning track is a work-in-progress.
4
+ While the learning exercises are still incomplete, most of the concept documentation is ready to view.
5
+
6
+ ## Concept documents
7
+
8
+ * [ Commands and Arguments] ( https://exercism.org/tracks/bash/concepts/commands-and-arguments )
9
+ * [ Variables] ( https://exercism.org/tracks/bash/concepts/variables )
10
+ * [ The Importance of Quoting] ( https://exercism.org/tracks/bash/concepts/quoting )
11
+ * [ Conditionals] ( https://exercism.org/tracks/bash/concepts/conditionals )
12
+ * [ Arithmetic] ( https://exercism.org/tracks/bash/concepts/arithmetic )
13
+ * [ Looping] ( https://exercism.org/tracks/bash/concepts/looping )
14
+ * [ Arrays] ( https://exercism.org/tracks/bash/concepts/arrays )
15
+ * [ More About Arrays] ( https://exercism.org/tracks/bash/concepts/more-arrays )
16
+ * [ Pipelines and Command Lists] ( https://exercism.org/tracks/bash/concepts/pipelines )
17
+ * [ Functions] ( https://exercism.org/tracks/bash/concepts/functions )
18
+
19
+ There will be more.
20
+ Check the "** What's going on with Bash** " section on the [ Bash track page] ( https://exercism.org/tracks/bash ) periodically.
Original file line number Diff line number Diff line change 27
27
"path" : " docs/RESOURCES.md" ,
28
28
"title" : " Useful Bash resources" ,
29
29
"blurb" : " A collection of useful resources to help you master Bash"
30
+ },
31
+ {
32
+ "uuid" : " 82deaa52-269a-4a42-b361-136e89040fdd" ,
33
+ "slug" : " syllabus" ,
34
+ "path" : " docs/SYLLABUS.md" ,
35
+ "title" : " Bash concept documents" ,
36
+ "blurb" : " Concepts of Bash programming that will appear on the learning track"
30
37
}
31
38
]
32
39
}
You can’t perform that action at this time.
0 commit comments