From 21b52a82d018177f7a4a007ae229c5ce1de874a8 Mon Sep 17 00:00:00 2001 From: AtulDeshpande09 Date: Mon, 2 Sep 2024 09:19:37 +0530 Subject: [PATCH] Add bash tutorial/easy bash commands --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e1bd0dc..19a39db6 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Airborn OS](https://www.airborn.io) : Private Google Docs Alternative - [Commandlinefu](https://www.commandlinefu.com/commands/browse) : An extensive collection of Shell oneliners that can save your day on many occasions - [Pure Bash Bible](https://github.com/dylanaraps/pure-bash-bible) : A collection of pure bash alternatives to external processes. +- [25 Common Linux Bash Script Examples To Get You Started](https://www.hostinger.in/tutorials/bash-script-example)
↥ Back To Top