mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-17 14:41:52 +02:00
@@ -13,7 +13,7 @@ Here is a simple sample for loop in bash/shell:
|
|||||||
```bash
|
```bash
|
||||||
for i in 1 2 3
|
for i in 1 2 3
|
||||||
do
|
do
|
||||||
echo $i
|
echo "$i"
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
This will output:
|
This will output:
|
||||||
|
Reference in New Issue
Block a user