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