From e380f4204d023f0b2c67db72d7483205ec37d4da Mon Sep 17 00:00:00 2001 From: Tylar Sanderson Date: Tue, 3 Sep 2024 12:58:24 -0400 Subject: [PATCH] Update glossary.md Issue #256 --- glossary.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glossary.md b/glossary.md index 52ff2a0..3ae338f 100644 --- a/glossary.md +++ b/glossary.md @@ -97,7 +97,10 @@ https://en.wikipedia.org/wiki/Visual_Studio_Code ## Bash (sh) - +Bash (Bourne-Again Shell) is a program that reads commands and executes them. It supports the execution of commands from files (shell scripts). It can help you navigate to a specific directory, create a folder, clean up log files, back up data, and more. +https://www.codecademy.com/resources/blog/what-is-bash-used-for/#:~:text=Bash%20scripting%20is%20a%20way,manual%20errors%20and%20save%20time. +https://opensource.com/resources/what-bash +https://www.techtarget.com/searchdatacenter/definition/bash-Bourne-Again-Shell ## SEO