Bash: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
* [[bash Arrays]] | * [[bash Arrays]] | ||
* [[Numbers and Arithmetic in bash]] | * [[Numbers and Arithmetic in bash]] | ||
* [[File Name Handling in bash]] | |||
* [[bash Script Debugging]] | * [[bash Script Debugging]] | ||
* [[bash Functions|Functions]] | * [[bash Functions|Functions]] |
Revision as of 23:26, 11 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
- File Name Handling 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 |