Bash: Difference between revisions
Jump to navigation
Jump to search
(→a) |
No edit summary |
||
Line 14: | Line 14: | ||
{| | {| | ||
| [[bash set|set]] || [[bash for|for]] || [[bash printf|printf]] || [[bash if|if]] || [[bash declare|declare]] || [[bash typeset|typeset]] || [[bash type|type]] | | [[bash set|set]] || [[bash for|for]] || [[bash printf|printf]] || [[bash if|if]] || [[bash declare|bash declare/typeset]] || [[bash typeset|bash declare/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 | bash declare/typeset | bash declare/typeset | type |