@wallhackio read the UNIX Programming Environment!!!
@wallhackio i developed a much better intuition fur how shell purrogramming works from reading its multiple chapters on the topic
@aescling the syntax is very confusing and i do not udnerstand what is happening half the time
@wallhackio @aescling Reported
(Which parts of the syntax are you confused by?)
@vaporeon_ @aescling for((i=0; i<${#files[@]}; i++)); do to loop over an array is not yet understood by me. the nested parenthesis, the # for some reason, what is @
@wallhackio @vaporeon_ anyway
purr the Pure Bash Bible, the double parentheses are an alternate C-style syntax fur for loops with apparently similar semantics