Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all,
Am I right in saying that the ash/sh terminals dont support the following syntax in for loops:
#!/bin/ash for((i = 0; i <=9; i++ )); do echo $i #expled 0x$i0000 #sleep 1s done
Do I just need to re-implement in a while loop?
what about this statement for i in seq 4;
seq 4
Looks like your connection to Community was lost, please wait while we try to reconnect.