Hard
What does the following script do?
#bin/bash
dir=(/*)
for i in ${!dir[*]}; do
echo "$i: ${dir[$i]}"
done
Author: titouan lecampStatus: PublishedQuestion passed 164 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Bash