Bash: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
{| | {| | ||
| [[bash set|set]] || [[bash for|for]] || [[bash printf|printf]] || [[bash if|if]] || [[bash declare/typeset|declare]] || [[bash declare/typeset|typeset]] || [[bash type|type]] | | [[bash set|set]] || [[bash for|for]] || [[bash printf|printf]] || [[bash if|if]] || [[bash declare/typeset|declare]] || [[bash declare/typeset|typeset]] || [[bash type|type]] || [[bash read|read]] | ||
|} | |} | ||
Revision as of 18:51, 6 August 2017
Subjects
- Concepts
- Input/Output
- bash Variables
- bash Environment Variables
- bash Expressions
- Numbers and Arithmetic in bash
- bash Script Debugging
- Functions
- Command Substitution
- Process in Background
Built-In Commands
set | for | printf | if | declare | typeset | type | read |