Bash: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
* [[bash Built-In Variables]] | * [[bash Built-In Variables]] | ||
* [[bash Expressions]] | * [[bash Expressions]] | ||
* [[bash Arrays]] | |||
* [[Numbers and Arithmetic in bash]] | * [[Numbers and Arithmetic in bash]] | ||
* [[bash Script Debugging]] | * [[bash Script Debugging]] |
Revision as of 21:08, 23 February 2018
Overview
Subjects
- Concepts
- Input/Output
- bash Variables
- bash Built-In Variables
- bash Expressions
- bash Arrays
- Numbers and Arithmetic in bash
- bash Script Debugging
- Functions
- Command Substitution
- Process in Background
- Command Line Evaluation Process
- Unit Testing for bash
- Handling Signals in bash
Built-In Commands
set | for | printf | if | declare | typeset | type | read | shift test | eval |
External Commands
tail |