bash: update keywords
This commit is contained in:
parent
3866f160f9
commit
442b0ce4f5
10
bash.md
10
bash.md
|
@ -4,8 +4,14 @@ category: CLI
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [Featured]
|
tags: [Featured]
|
||||||
updated: 2017-08-26
|
updated: 2017-08-26
|
||||||
description: |
|
keywords:
|
||||||
One-page reference on Bash shell scripting. Learn about variables, functions, errors, process ID's with examples and more.
|
- Variables
|
||||||
|
- Functions
|
||||||
|
- Interpolation
|
||||||
|
- Brace expansions
|
||||||
|
- Loops
|
||||||
|
- Conditional execution
|
||||||
|
- Command substitution
|
||||||
---
|
---
|
||||||
|
|
||||||
Getting started
|
Getting started
|
||||||
|
|
Loading…
Reference in New Issue