From efd9a93ee29955ad87c4835078af3b60bb1f3fa9 Mon Sep 17 00:00:00 2001 From: tianci li <86754294+jimcat8@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:51:42 +0800 Subject: [PATCH] Update docs/books/bash_programming/01-Shell-overview.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Serge Croisé --- docs/books/bash_programming/01-Shell-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/bash_programming/01-Shell-overview.md b/docs/books/bash_programming/01-Shell-overview.md index aa82bab1aa..026871a302 100644 --- a/docs/books/bash_programming/01-Shell-overview.md +++ b/docs/books/bash_programming/01-Shell-overview.md @@ -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