From 586aa64c82db7d470f176bb20022f6eb7694b895 Mon Sep 17 00:00:00 2001 From: Raphael Peters <43743193+raphael-peters@users.noreply.github.com> Date: Sat, 6 Oct 2018 21:48:27 +0900 Subject: [PATCH] Updated index.md with grammar change Changed a capital in the doc. --- src/pages/bash/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/bash/index.md b/src/pages/bash/index.md index 9e442a7efbb..81c8ef03218 100644 --- a/src/pages/bash/index.md +++ b/src/pages/bash/index.md @@ -4,7 +4,7 @@ title: Bash ## What is Bash? -Bash (short for Bourne Again SHell) is a Unix shell, and a command language interpreter. A shell is simply a macro processor that executes commands. It's the most widely used shell packaged by default for most Linux distributions, and a successor for the Korn shell (ksh) and the C shell (csh). +Bash (short for Bourne Again Shell) is a Unix shell, and a command language interpreter. A shell is simply a macro processor that executes commands. It's the most widely used shell packaged by default for most Linux distributions, and a successor for the Korn shell (ksh) and the C shell (csh). Many things that can be done Linux operating system can be done via command line. Some examples are... * Editing files