Bash: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
{| | {| | ||
| [[bash set|set]] || [[bash for|for]] || [[bash printf|printf]] || [[bash if|if]] || [[bash declare| | | [[bash set|set]] || [[bash for|for]] || [[bash printf|printf]] || [[bash if|if]] || [[bash declare/typeset|declare]] || [[bash declare/typeset|typeset]] || [[bash type|type]] | ||
|} | |} | ||
Revision as of 00:37, 16 July 2017
Subjects
- Concepts
- Input/Output
- bash Variables
- bash Environment Variables
- bash Expressions
- Numbers and Arithmetic in bash
- bash Script Debugging
- Functions
- Command Substitution
Built-In Commands
set | for | printf | if | declare | typeset | type |