Beyond the Basics
Wooledge Bash FAQ
Bash Unix Shell Scripting: | ||
---|---|---|
Operator Precedence | Another Look at Variables |
Beyond the Basics
- Table of Contents
- 9. Another Look at Variables
-
- Internal Variables
- Typing variables: declare or typeset
- $RANDOM: generate random integer
- Typing variables: declare or typeset
- Internal Variables
- 10. Manipulating Variables
-
- Manipulating Strings
- Parameter Substitution
- Manipulating Strings
- 11. Loops and Branches
-
- Loops
- Nested Loops
- Loop Control
- Testing and Branching
- Nested Loops
- Loops
- 12. Command Substitution
- 13. Arithmetic Expansion
- 14. Recess Time
- 13. Arithmetic Expansion