From 442b0ce4f572de6d9b63c9152c3c3bcbffe458b2 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 16 Oct 2017 02:04:22 +0800 Subject: [PATCH] bash: update keywords --- bash.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bash.md b/bash.md index 2462a433f..10ca4cdad 100644 --- a/bash.md +++ b/bash.md @@ -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