From aa9b48229f1b6cdcffb1be0043925bac8a1ea1b7 Mon Sep 17 00:00:00 2001 From: Amizhthan Murugan Date: Tue, 29 Oct 2024 12:28:09 +0530 Subject: [PATCH] docs: correct the code block Syntax in Bash Scripting page (#104) --- docs/bash-scripting/introduction.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/bash-scripting/introduction.md b/docs/bash-scripting/introduction.md index 96f3013..b87241c 100644 --- a/docs/bash-scripting/introduction.md +++ b/docs/bash-scripting/introduction.md @@ -67,8 +67,6 @@ echo "First Argument: $1" We can do Arithmetic operations in bash. We use the `(( ))` to do Arithmetic operations. -```bash - ```bash #!/bin/bash @@ -219,4 +217,4 @@ echo '{"name": "John", "age": 30}' | jq '.name' - [Learning Resources](./learning-resources.md) - Learn more about Bash Scripting with these resources. - [Other Resources](./other-resources.md) - Explore more about Bash Scripting with these resources. -- [Tools](./tools.md) - Explore the tools used in Bash Scripting. \ No newline at end of file +- [Tools](./tools.md) - Explore the tools used in Bash Scripting.