Bash: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 25: | Line 25: | ||
{| | {| | ||
| [[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]] | | [[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]] | ||
|- | |||
| [[bash bg|bg]] || [[bash fg|fg]] || [[bash jobs|jobs]] | |||
|} | |} | ||
Revision as of 00:37, 3 May 2018
External
Subjects
- Concepts
- Input/Output
- bash Variables
- bash Built-In Variables
- bash Expressions
- bash Arrays
- Numbers and Arithmetic in bash
- bash Script Debugging
- Functions
- Command Substitution
- Process in Background
- Command Line Expansion
- 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 |