notes/os/shells/bash/features/arrays.txt
Ihar Hancharenka fd9977c0ce m
2024-04-04 12:56:58 +03:00

6 строки
226 B
Plaintext

2021
https://www.freecodecamp.org/news/bash-array-how-to-declare-an-array-of-strings-in-a-bash-script/
????
https://stackoverflow.com/questions/8880603/loop-through-an-array-of-strings-in-bash
for year in $(seq 2000 2013)