From 8395d3544851e0790d9c10a37c711841e8fd494c Mon Sep 17 00:00:00 2001 From: Joel Bryant Date: Thu, 8 Nov 2018 09:45:09 -0500 Subject: [PATCH] Update index.md (#24832) --- guide/english/bash/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bash/index.md b/guide/english/bash/index.md index 633444162f..4eba8fc31b 100644 --- a/guide/english/bash/index.md +++ b/guide/english/bash/index.md @@ -6,7 +6,7 @@ title: 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). -Many things that can be done Linux operating system can be done via command line. Some examples are... +Many things that can be done Linux operating system can be done via command line. Some examples are: * Editing files * Adjusting the volume of the operating system * Fetching web pages from the internet