Bash: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* https://www.gnu.org/software/bash/manual/bashref.html | * https://www.gnu.org/software/bash/manual/bashref.html | ||
* [[File:Bash 4.4 Reference Manual.pdf|Bash 4.4 Reference Manual]] | |||
=Subjects= | =Subjects= |
Revision as of 22:23, 3 March 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 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 |