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