Skip to content

Commit

Permalink
update concept readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj committed Dec 21, 2024
1 parent 6d918d5 commit 8a31522
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions concepts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,17 @@ The [plan](http://forum.exercism.org/t/bash-syllabus-planning/11952)
- for elem in elements ...
- arithmetic for

6. conditionals 2
6. pipelines and command lists
- boolean operators `&&` `||`
- how `A && B || C` != `if A; then B; else C; fi`

7. arrays

7. functions

8. arrays
- numeric and associative
- iteration
- namerefs

8. functions

9. pipelines and subshells

...

- brace expansions and how it's different from patterns `/path/to/{foo,bar,baz}.txt`
Expand Down

0 comments on commit 8a31522

Please sign in to comment.