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