Update intro.md removing space-typo (#96)

This commit is contained in:
andrewpollack
2021-04-14 23:35:09 -07:00
committed by GitHub
parent 9de37eb233
commit cf08448716

View File

@@ -167,7 +167,7 @@ to perform a particular operation.
Shell is a program that takes commands from the
users and gives them to the operating system for processing. Shell is an
example of a CLI(command line interface). Bash is one of the most popular shell
example of a CLI (command line interface). Bash is one of the most popular shell
programs available on Linux servers. Other popular shell programs are
zsh, ksh and tcsh.