From 7308a2edab3f47fd0e3358f329a9a86d67ff0536 Mon Sep 17 00:00:00 2001 From: Jessie Date: Sun, 26 Oct 2025 07:14:36 -0700 Subject: [PATCH] Update free-programming-interactive-tutorials-en.md (#12823) * Update free-programming-interactive-tutorials-en.md Added additional bash tutorial from W3Schools. * Update free-programming-interactive-tutorials-en.md --- more/free-programming-interactive-tutorials-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 03abda7cd..24f9b0892 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -66,6 +66,7 @@ ### Bash +* [Bash Tutorial](https://www.w3schools.com/bash/) - W3Schools * [Help messages will explain everything](https://explainshell.com) - explainshell * [Learn Shell Programming](http://www.learnshell.org) - learnshell