array_loop.sh
Shell•中級
Explorer
C40
C++40
C#40
Dart40
Go40
Java40
JavaScript40
Kotlin40
Objective-C40
Perl40
PHP40
Python40
R40
Ruby40
Rust40
Shell
初級10
中級10
if_statement.sh
for_loop.sh
while_read.sh
case_statement.sh
function_def.sh
arithmetic.sh
test_conditions.sh
array_loop.sh
default_value.sh
here_doc.sh
上級10
エキスパート5
マスター5
Swift40
TypeScript40
array_loop.sh
Click to focus
1
2
3
4
arr=("apple" "banana" "cherry")↵
for item in "${arr[@]}"; do↵
echo "$item"↵
done
0WPM•0%•0:00•0/81(0%)|Ln 1, Col 1
UTF-8•Shell