I have the following simple script where I am running a loop and want to maintain a COUNTER. I am unable to figure out why the counter is not updating. Is it du
COUNTER
minimalist
counter=0 ((counter++)) echo $counter