Skip to content

Commit

Permalink
Update docs/books/bash_programming/01-Shell-overview.md
Browse files Browse the repository at this point in the history
Co-authored-by: Serge Croisé <[email protected]>
  • Loading branch information
jimcat8 and SergeCroise committed Mar 3, 2024
1 parent f12ad1a commit efd9a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/books/bash_programming/01-Shell-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Shell classification:
* sh (Bourne Shell, /usr/bin/sh). It was developed at Bell LABS in 1977 by Stephen Bourne and used on V7 UNIX
* ksh (Korn Shell, /usr/bin/ksh)
* Bash (GNU Bourne-Again Shell, /bin/bash) - Born in 1987, it is the product of the GNU Project. Most GNU/Linux operating systems use bash as their default shell. For more detailed information, please [read this manual](https://www.gnu.org/software/bash/manual/bash.html).
* psh (POSIX Shell) - For more detailed information, please [read here](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html).
* psh (POSIX Shell) - For more detailed information, please [read this specification](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html).
* zsh (Z-shell) - For more detailed information, please [read here](https://zsh.sourceforge.io/).
* C Shell - This family includes but is not limited to:
* csh
Expand Down

0 comments on commit efd9a93

Please sign in to comment.