From fd1fa9565bad30f7f7da9aaf26a68bcff823739e Mon Sep 17 00:00:00 2001 From: Rishabh Poria <32839718+RishPoria@users.noreply.github.com> Date: Thu, 18 Dec 2025 22:37:53 +0530 Subject: [PATCH] Update arrays@4WFWrrcvLgU8Fz8RjQ4lf.md Remove arithmetic article from arrays roadmap topic. --- .../shell-bash/content/arrays@4WFWrrcvLgU8Fz8RjQ4lf.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/roadmaps/shell-bash/content/arrays@4WFWrrcvLgU8Fz8RjQ4lf.md b/src/data/roadmaps/shell-bash/content/arrays@4WFWrrcvLgU8Fz8RjQ4lf.md index adc1de788a5b..2f5a055bf4ea 100644 --- a/src/data/roadmaps/shell-bash/content/arrays@4WFWrrcvLgU8Fz8RjQ4lf.md +++ b/src/data/roadmaps/shell-bash/content/arrays@4WFWrrcvLgU8Fz8RjQ4lf.md @@ -4,7 +4,6 @@ Arrays are ordered collections of elements, where each element can be accessed u Visit the following resources to learn more: -- [@article@Arithmetic - Bash Scripting Tutorial](https://ryanstutorials.net/bash-scripting-tutorial/bash-arithmetic.php) - [@article@Bash Arrays](https://www.w3schools.com/bash/bash_arrays.php) - [@video@Arrays in Pure Bash - You Suck at Programming](https://www.youtube.com/watch?v=r4Sc-DpIprk) -- [@video@Arrays in Bash Explained in 7 Minutes! - Indexed, Associative, and Nested / Multi-Dimensional](https://www.youtube.com/watch?v=asHJ-xfuyno) \ No newline at end of file +- [@video@Arrays in Bash Explained in 7 Minutes! - Indexed, Associative, and Nested / Multi-Dimensional](https://www.youtube.com/watch?v=asHJ-xfuyno)