Help for this page
Select Code to Download
Select
or
download this
#!/bin/bash i=1 ... printf '%d\r' $((i++)) done echo "$i:$n"