- For Loops
- If else conditionals
- Debugging (sort of) Bash Programs (Tracing the execution)
- Defining Functions
- The function definition must precede the first call to it. There is no method of "declaring" the function, as, for example, in C.
- About "returning values" from a bash function
- Mentions the use of global variables
- Command substitution
- Specific Commands
Miscellaneous
- There's no function 'declaration'. The function definition must precede the first call to it.
- All variables are global by default, unless specified otherwise.
No comments:
Post a Comment