bash: update keywords

This commit is contained in:
Rico Sta. Cruz 2017-10-16 02:04:22 +08:00
parent 3866f160f9
commit 442b0ce4f5
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 8 additions and 2 deletions

10
bash.md
View File

@ -4,8 +4,14 @@ category: CLI
layout: 2017/sheet
tags: [Featured]
updated: 2017-08-26
description: |
One-page reference on Bash shell scripting. Learn about variables, functions, errors, process ID's with examples and more.
keywords:
- Variables
- Functions
- Interpolation
- Brace expansions
- Loops
- Conditional execution
- Command substitution
---
Getting started