From a121b25f67e7799d5a83b0f8151e3d960afb1922 Mon Sep 17 00:00:00 2001 From: "MR. BiNARY" <42433776+farazulhoda@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:42:32 -0400 Subject: [PATCH] ADDED Bash tutorial link free-courses-en.md (#11306) * ADDED Bash tutorial link free-courses-en.md * ADDED Bash tutorial link free-courses-en.md * ADDED Bash tutorial link free-courses-en.md * ADDED The Shell Scripting Tutorial books/free-programming-books-langs.md * ADDED The Shell Scripting Tutorial books/free-programming-books-langs.md * ADDED The Shell Scripting Tutorial books/free-programming-books-langs.md * ADDED The Shell Scripting Tutorial books/free-programming-books-langs.md --------- Co-authored-by: Farazul Hoda --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 81493b245..ff84ca97c 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -407,6 +407,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Slackbook (2005)](http://slackbook.org) - Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson (HTML, DocBook, Postscript, PDF) * [The Bash Academy](http://guide.bash.academy) - Maarten Billemont (HTML) * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - William E. Shotts Jr. (PDF) +* [The Shell Scripting Tutorial](https://www.shellscript.sh) - Steve Parker (HTML) * [Writing Shell Scripts](http://linuxcommand.org/lc3_writing_shell_scripts.php) - William E. Shotts Jr. (HTML)