Bash: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
{| | {| | ||
| [[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]] || [[bash shift|shift]] [[bash test|test]] | | [[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]] || [[bash shift|shift]] [[bash test|test]] || [[bash eval|eval]] | ||
|} | |} | ||
Revision as of 18:04, 2 February 2018
Overview
Subjects
- Concepts
- Input/Output
- bash Variables
- bash Built-In Variables
- bash Expressions
- Numbers and Arithmetic in bash
- bash Script Debugging
- Functions
- Command Substitution
- Process in Background
- Command Line Evaluation Process
- Unit Testing for bash
- Handling Signals in bash
Built-In Commands
set | for | printf | if | declare | typeset | type | read | shift test | eval |
External Commands
tail |